Re: revoke on database not working as expected - Mailing list pgsql-general

From Tom Lane
Subject Re: revoke on database not working as expected
Date
Msg-id 11890.1125342479@sss.pgh.pa.us
Whole thread Raw
In response to revoke on database not working as expected  (Stijn Hoop <stijn@win.tue.nl>)
Responses Re: revoke on database not working as expected  (Stijn Hoop <stijn@win.tue.nl>)
List pgsql-general
Stijn Hoop <stijn@win.tue.nl> writes:
> template1=# revoke all on database privtest from testpriv;

That doesn't do what you evidently think it does --- it revokes the
right to create temp tables, and the right to create new schemas, but
not every right in existence.  Please read the GRANT/REVOKE manual
pages.  (Hint: revoking CREATE on the public schema would get you closer
to what you want.)

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: max_connections
Next
From: Jeffrey Melloy
Date:
Subject: Re: POSS. FEATURE REQ: "Dynamic" Views