From db73168c4eca48e363e27c7129f2e14dcfa0425f Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Mar 2023 00:01:31 +0900 Subject: Add common schema. --- verify/common.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 verify/common.sql (limited to 'verify/common.sql') 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; -- cgit v1.2.3