BUG #13649: system catalog pg_authid doesn't update automatically - Mailing list pgsql-bugs

From 450019844@qq.com
Subject BUG #13649: system catalog pg_authid doesn't update automatically
Date
Msg-id 20150929023515.1454.96656@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13649: system catalog pg_authid doesn't update automatically  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #13638: Exception texts from plperl has bad encoding
Next
From: Tom Lane
Date:
Subject: Re: BUG #13649: system catalog pg_authid doesn't update automatically