We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b46e8d commit 423be6aCopy full SHA for 423be6a
nix/tests/expected/postgres_fdw.out
@@ -12,12 +12,11 @@ https://github.com/supabase/postgres/blob/a638c6fce0baf90b654e762eddcdac1bc8df01
12
begin;
13
-- Switch to the postgres role (non-superuser) to test supautils behavior
14
set role postgres;
15
-
16
-- postgres_fdw should be owned by the superuser
17
select fdwowner::regrole from pg_foreign_data_wrapper where fdwname = 'postgres_fdw';
18
fdwowner
19
----------------
20
- supabase_admin
+ supabase_admin
21
(1 row)
22
23
-- Verify that `postgres` can use the FDW despite not owning it
@@ -28,6 +27,4 @@ create server s
28
27
port '5432',
29
dbname 'postgres'
30
);
31
-CREATE SERVER
32
33
rollback;
0 commit comments