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

From Piyush Newe
Subject Repetition of warning message while REVOKE
Date
Msg-id 3b3d33c91003040108p45d5bf2er47e768878eaa160c@mail.gmail.com
Whole thread Raw
Responses Re: Repetition of warning message while REVOKE
List pgsql-hackers
<div class="bugEvent">Hi,<br /><br />Description:<br />===========<br /> Repetition of warning message with revoke.<br
/><br/>How to reproduce : <br />==================<br /><br />> create table tbl(col int);<br /> > create user
usr;<br/> > grant select on tbl to usr;<br /> > \c postgres usr;<br />> REVOKE SELECT on tbl from usr;<br
/><br/> Actual output:<br />================<br /> WARNING:  no privileges could be revoked for "tbl"<br /> WARNING: 
noprivileges could be revoked for "tbl"<br /> WARNING:  no privileges could be revoked for "tbl"<br /> WARNING:  no
privilegescould be revoked for "tbl"<br /> WARNING:  no privileges could be revoked for "tbl"<br /> WARNING:  no
privilegescould be revoked for "tbl"<br /> WARNING:  no privileges could be revoked for "tbl"<br /> WARNING:  no
privilegescould be revoked for "tbl"<br /> REVOKE<br /><br /> expected output:<br />===============<br /> Shouldn't
printrepetitive warnings.<br /></div><span class="bugEventHeader" dir="ltr"></span><br clear="all" />-- <br />Piyush S
Newe<br/>Principal Engineer<br />EnterpriseDB<br />office: +91 20 3058 9500<br /><a
href="http://www.enterprisedb.com">www.enterprisedb.com</a><br/><br />Website: <a
href="http://www.enterprisedb.com">www.enterprisedb.com</a><br/>EnterpriseDB Blog: <a
href="http://blogs.enterprisedb.com/">http://blogs.enterprisedb.com/</a><br/>Follow us on Twitter: <a
href="http://www.twitter.com/enterprisedb">http://www.twitter.com/enterprisedb</a><br/><br />This e-mail message (and
anyattachment) is intended for the use of the individual or entity to whom it is addressed. This message contains
informationfrom EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under
applicablelaw. If you are not the intended recipient or authorized to receive this for the intended recipient, any use,
dissemination,distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have
receivedthis e-mail in error, please notify the sender immediately by reply e-mail and delete this message.<br /><br /> 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Upcoming back-branch releases
Next
From: Dave Page
Date:
Subject: Re: USE_LIBXSLT in MSVC builds