BUG #1114: REVOKE done by non-privileged user claims success

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1114: REVOKE done by non-privileged user claims success
Date: 2004-03-24 15:47:35
Message-ID: 20040324154735.CB894CF50D6@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1114
Logged by: Oliver Elphick

Email address: olly(at)lfix(dot)co(dot)uk

PostgreSQL version: 7.4

Operating system: Debian Linux

Description: REVOKE done by non-privileged user claims success

Details:

When REVOKE is used on an object for which the current user does not have
GRANT privilege, the operation fails but "REVOKE" is returned as if it had
succeeded:

$ psql -U fred template1
template1=> revoke create on schema public from public;
REVOKE

(NB: this web interface at http://www.postgresql.org/bugform.html could do
with Pg version options for 7.3.6, 7.4.1 and 7.4.2).

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-03-24 15:55:44 Re: BUG #1113: Default template databases grant CREATE to PUBLIC
Previous Message PostgreSQL Bugs List 2004-03-24 15:40:33 BUG #1113: Default template databases grant CREATE to PUBLIC