Skip to content

Commit

Permalink
tds_fdw warning
Browse files Browse the repository at this point in the history
  • Loading branch information
KushaalShroff committed Jan 13, 2025
1 parent d414eba commit d07b823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/JDBC/expected/securityadmin_role-vu-verify.out
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ int
-- psql
CREATE EXTENSION IF NOT EXISTS tds_fdw;
GO
~~WARNING (Code: 0)~~

~~WARNING (Message: extension "tds_fdw" already exists, skipping Server SQLState: 42710)~~


-- securityadmin should not have membership in database guest role
SELECT roleid::regrole, member::regrole FROM pg_auth_members WHERE member = 'securityadmin'::regrole;
Expand Down

0 comments on commit d07b823

Please sign in to comment.