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 193941e commit 31303d3Copy full SHA for 31303d3
migrations/tests/database/privs.sql
@@ -2,10 +2,6 @@ SELECT database_privs_are(
2
'postgres', 'postgres', ARRAY['CONNECT', 'TEMPORARY', 'CREATE']
3
);
4
5
-SELECT function_privs_are('pgsodium', 'crypto_aead_det_decrypt', array['bytea', 'bytea', 'uuid', 'bytea'], 'service_role', array['EXECUTE']);
6
-SELECT function_privs_are('pgsodium', 'crypto_aead_det_encrypt', array['bytea', 'bytea', 'uuid', 'bytea'], 'service_role', array['EXECUTE']);
7
-SELECT function_privs_are('pgsodium', 'crypto_aead_det_keygen', array[]::text[], 'service_role', array['EXECUTE']);
8
-
9
-- Verify public schema privileges
10
SELECT schema_privs_are('public', 'postgres', array['CREATE', 'USAGE']);
11
SELECT schema_privs_are('public', 'anon', array['USAGE']);
0 commit comments