pgsql: Remove rolcatupdate - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove rolcatupdate
Date
Msg-id E1YU6Zo-0006Uz-31@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <adam.brightwell@crunchydatasolutions.com>

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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add some more tests on event triggers
Next
From: Noah Misch
Date:
Subject: pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS