Remove rolcatupdate This role attribute is an ancient PostgreSQL feature, but could only be set by directly updating the system catalogs, and it doesn't have any clearly defined use.
Author: Adam Brightwell <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/bb8582abf3c4db18b508627a52effd43672f9410 Modified Files -------------- doc/src/sgml/catalogs.sgml | 38 ------------------------------ src/backend/catalog/aclchk.c | 25 ++------------------ src/backend/catalog/system_views.sql | 3 --- src/backend/commands/user.c | 12 +--------- src/include/catalog/catversion.h | 2 +- src/include/catalog/pg_authid.h | 18 +++++++------- src/test/regress/expected/privileges.out | 6 ++++- src/test/regress/expected/rules.out | 3 --- 8 files changed, 17 insertions(+), 90 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
