deny access to system tables - Mailing list pgsql-general

From Robert Treat
Subject deny access to system tables
Date
Msg-id 1034200781.11704.93.camel@camel
Whole thread Raw
Responses Re: deny access to system tables  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
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



























pgsql-general by date:

Previous
From: Felipe Schnack
Date:
Subject: md4
Next
From: Martijn van Oosterhout
Date:
Subject: Re: deny access to system tables