Repetition of warning message while REVOKE

Поиск
Список
Период
Сортировка
От Piyush Newe
Тема Repetition of warning message while REVOKE
Дата
Msg-id 3b3d33c91003040108p45d5bf2er47e768878eaa160c@mail.gmail.com
обсуждение исходный текст
Ответы Re: Repetition of warning message while REVOKE
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Upcoming back-branch releases
Следующее
От: Dave Page
Дата:
Сообщение: Re: USE_LIBXSLT in MSVC builds