Search Postgresql Archives
REVOKE "ALL FROM ALL"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Is the following a safe way to revoke all rights from all users and groups on a table or view (TABLEORVIEWNAME)?
update pg_class set relacl=null where relname='TABLEORVIEWNAME';
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]
[Postgresql Jobs]
[Postgresql Admin]
[Postgresql Performance]
[Linux Clusters]
[PHP Home]
[PHP on Windows]
[Kernel Newbies]
[PHP Classes]
[PHP Books]
[PHP Databases]
[Postgresql & PHP]
[Yosemite]