Skip to content

Commit

Permalink
Fix the update script sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharath BP committed Oct 3, 2024
1 parent 0ae38c0 commit b117406
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ CALL sys.analyze_babelfish_catalogs();

-- Reset search_path to not affect any subsequent scripts
SELECT set_config('search_path', trim(leading 'sys, ' from current_setting('search_path')), false);

CREATE OR REPLACE PROCEDURE sys.sp_reset_connection()
AS 'babelfishpg_tsql', 'sp_reset_connection_internal' LANGUAGE C;
GRANT EXECUTE ON PROCEDURE sys.sp_reset_connection() TO PUBLIC;

0 comments on commit b117406

Please sign in to comment.