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

From: 450019844(at)qq(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13649: system catalog pg_authid doesn't update automatically
Date: 2015-09-29 02:35:15
Message-ID: 20150929023515.1454.96656@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13649
Logged by: aaron chan
Email address: 450019844(at)qq(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alex Hunsaker 2015-09-29 03:51:05 Re: BUG #13638: Exception texts from plperl has bad encoding
Previous Message jasper 2015-09-28 23:56:14 BUG #13648: Old Records disappearing after upgrade from 9.4.1 to 9.4.4