These are based on the state of the current manually managed database.
7 lines
134 B
PL/PgSQL
7 lines
134 B
PL/PgSQL
-- Verify guix-data-service:appschema on pg
|
|
|
|
BEGIN;
|
|
|
|
SELECT pg_catalog.has_schema_privilege('guix_data_service', 'usage');
|
|
|
|
ROLLBACK;
|