Skip to content

Commit

Permalink
Remove depricated configuration parameter from README.md (babelfish-f…
Browse files Browse the repository at this point in the history
…or-postgresql#2730)

This commit removes deprecated configuration parameter babelfishpg_tds.set_db_session_property from build instructions in README

Signed-off-by: Tanya Gupta <[email protected]>
  • Loading branch information
tanyagupta17 authored Jul 10, 2024
1 parent 5ae63f9 commit 9907019
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ Build babelfishpg_unit extension if you want to run/add unit tests (Optional):
CREATE EXTENSION IF NOT EXISTS "babelfishpg_tds" CASCADE;
GRANT ALL ON SCHEMA sys to babelfish_user;
ALTER SYSTEM SET babelfishpg_tsql.database_name = 'babelfish_db';
ALTER SYSTEM SET babelfishpg_tds.set_db_session_property = true;
ALTER DATABASE babelfish_db SET babelfishpg_tsql.migration_mode = 'single-db'|'multi-db';
SELECT pg_reload_conf();
CALL SYS.INITIALIZE_BABELFISH('babelfish_user');
Expand Down

0 comments on commit 9907019

Please sign in to comment.