From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Remove rolcatupdate |
Date: | 2015-03-07 04:43:00 |
Message-ID: | E1YU6Zo-0006Uz-31@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)brightwell(at)crunchydatasolutions(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2015-03-07 05:54:28 | pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS |
Previous Message | Alvaro Herrera | 2015-03-06 22:15:24 | pgsql: Add some more tests on event triggers |