Skip to content

Commit

Permalink
Upate upgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepesh125 committed Aug 8, 2024
1 parent 91144d5 commit f4c6705
Show file tree
Hide file tree
Showing 2 changed files with 1,550 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contrib/babelfishpg_tsql/sql/babelfishpg_tsql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1217,13 +1217,6 @@ CREATE OR REPLACE PROCEDURE sys.sp_pkeys(
)
AS $$
BEGIN
-- select out_table_qualifier as TABLE_QUALIFIER,
-- out_table_owner as TABLE_OWNER,
-- out_table_name as TABLE_NAME,
-- out_column_name as COLUMN_NAME,
-- out_key_seq as KEY_SEQ,
-- out_pk_name as PK_NAME
-- from sys.sp_pkeys_internal(@table_name, @table_owner, @table_qualifier);
select * from sys.sp_pkeys_view
where table_name = @table_name
and table_owner = coalesce(@table_owner, 'dbo')
Expand Down
Loading

0 comments on commit f4c6705

Please sign in to comment.