Add old includes

This commit is contained in:
Alvar C.H. Freude
2024-03-30 00:45:40 +01:00
parent a7d23a21ed
commit 8d5d979cba
13 changed files with 208 additions and 0 deletions

View File

@ -0,0 +1,8 @@
--
-- Grant read to all users
--
--
\ir 10-revoke-all.sql
GRANT SELECT ON :schema.:table TO :all_users;