Remove rolcatupdate
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +0 −38 |
| src/backend/catalog/aclchk.c | modified | +2 −23 |
| src/backend/catalog/system_views.sql | modified | +0 −3 |
| src/backend/commands/user.c | modified | +1 −11 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_authid.h | modified | +8 −10 |
| src/test/regress/expected/privileges.out | modified | +5 −1 |
| src/test/regress/expected/rules.out | modified | +0 −3 |