Most of them are exactly the same as we use for Numerus, but with the main application schema changed to camper. Closes #1
8 lines
116 B
PL/PgSQL
8 lines
116 B
PL/PgSQL
-- Verify camper:schema_public on pg
|
|
|
|
begin;
|
|
|
|
select pg_catalog.has_schema_privilege('public', 'usage');
|
|
|
|
rollback;
|