I've created a user "dblackey" and given them select permissions (no
insert, update, etc...) on a couple of tables in my database. This
prevents them from selecting from arbitrary tables, but is there any way
to deny them select access to the system tables? REVOKE ALL ON pg_proc
FROM dblackey doesn't seem to work...
Robert Treat