Skip to content

Commit

Permalink
Remove depricated configuration parameter from README.md (#2732)
Browse files Browse the repository at this point in the history
This commit removes depricated 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 11, 2024
1 parent dc7712a commit 1c6d330
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 1c6d330

Please sign in to comment.