BUG #13649: system catalog pg_authid doesn't update automatically

Поиск
Список
Период
Сортировка
От 450019844@qq.com
Тема BUG #13649: system catalog pg_authid doesn't update automatically
Дата
Msg-id 20150929023515.1454.96656@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13649: system catalog pg_authid doesn't update automatically  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13649
Logged by:          aaron chan
Email address:      450019844@qq.com
PostgreSQL version: 9.5alpha2
Operating system:   CentOS release 6.4 (Final)
Description:

step1:revoke "postgres" database user's superuser privilege.
step2:excute query "select relacl from pg_class where relname='pg_authid';"

the query result is "{postgres=arwdDxt/postgres}"

here it says "postgres" database user still has the update privilege ,but in
fact it can't.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13638: Exception texts from plperl has bad encoding
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13649: system catalog pg_authid doesn't update automatically