Add old includes
This commit is contained in:
9
helper/10-revoke-all.sql
Normal file
9
helper/10-revoke-all.sql
Normal file
@ -0,0 +1,9 @@
|
||||
--
|
||||
-- Revoke all from Table, set Owner
|
||||
--
|
||||
|
||||
ALTER TABLE :schema.:table OWNER TO :owner;
|
||||
REVOKE ALL ON :schema.:table FROM PUBLIC;
|
||||
REVOKE ALL ON :schema.:table FROM current_user;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user