Re: Repetition of warning message while REVOKE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Repetition of warning message while REVOKE
Date
Msg-id 7840.1267716445@sss.pgh.pa.us
Whole thread Raw
In response to Repetition of warning message while REVOKE  (Piyush Newe <piyush.newe@enterprisedb.com>)
Responses Re: Repetition of warning message while REVOKE
List pgsql-hackers
Piyush Newe <piyush.newe@enterprisedb.com> writes:
> create table tbl(col int);
> create user usr;
> grant select on tbl to usr;
> \c postgres usr;
> REVOKE SELECT on tbl from usr;
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> REVOKE

You really should mention what version you're testing, but for the
archives: I confirm this on 8.4.x and HEAD.  8.3 seems to behave sanely.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: HS/SR and smart shutdown
Next
From: "Erik Rijkers"
Date:
Subject: one-off error in to_char formatting