8000 fix: update pgbouncer.get_auth (INFRA-1530) by kangmingtay · Pull Request #1554 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

fix: update pgbouncer.get_auth (INFRA-1530) #1554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove unnecessary comment
  • Loading branch information
kangmingtay committed Apr 22, 2025
commit 81a7483661d669afe75982f3d00fa85fa8a8fcab
1 change: 0 additions & 1 deletion nix/tests/expected/pgbouncer.out
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ order by
(1 row)

-- Tests role privileges on the pgbouncer objects
-- INSERT and UPDATE privileges should not be present on the pgbouncer tables for postgres and service_role, only SELECT and DELETE
WITH schema_obj AS (
SELECT oid, nspname
FROM pg_namespace
Expand Down
1 change: 0 additions & 1 deletion nix/tests/sql/pgbouncer.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ order by
p.proname;

-- Tests role privileges on the pgbouncer objects
-- INSERT and UPDATE privileges should not be present on the pgbouncer tables for postgres and service_role, only SELECT and DELETE
WITH schema_obj AS (
SELECT oid, nspname
FROM pg_namespace
Expand Down
Loading
0