aboutsummaryrefslogtreecommitdiff
path: root/verify
diff options
context:
space:
mode:
Diffstat (limited to 'verify')
-rw-r--r--verify/common.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/verify/common.sql b/verify/common.sql
new file mode 100644
index 0000000..6bfd462
--- /dev/null
+++ b/verify/common.sql
@@ -0,0 +1,7 @@
+-- Verify life-archive:common on pg
+
+BEGIN;
+
+SELECT pg_catalog.has_schema_privilege('common', 'usage');
+
+ROLLBACK;