How to write a rule to avoid queries like update,insert,delete,select from any database users except superuser.
REVOKE UPDATE,INSERT,DELETE,SELECT ON table FROM PUBLIC, other users;
Chris
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match