]> granicus.if.org Git - postgresql/commit
Remove rolcatupdate
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 7 Mar 2015 04:42:38 +0000 (23:42 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 7 Mar 2015 04:42:38 +0000 (23:42 -0500)
commitbb8582abf3c4db18b508627a52effd43672f9410
tree02381deae3e78e8384a28af2e7526f3953fb7d4e
parent6510c832bbf91d52541c7aeefa371123abc2d832
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>
doc/src/sgml/catalogs.sgml
src/backend/catalog/aclchk.c
src/backend/catalog/system_views.sql
src/backend/commands/user.c
src/include/catalog/catversion.h
src/include/catalog/pg_authid.h
src/test/regress/expected/privileges.out
src/test/regress/expected/rules.out