Add ALTER ROLE ALL SET command
Peter Eisentraut <peter_e@gmx.net>
Add ALTER ROLE ALL SET command This generalizes the existing ALTER ROLE ... SET and ALTER DATABASE ... SET functionality to allow creating settings that apply to all users in all databases. reviewed by Pavel Stehule
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_role.sgml | modified | +20 −7 |
| src/backend/commands/user.c | modified | +56 −32 |
| src/backend/parser/gram.y | modified | +8 −0 |
| src/backend/utils/init/postinit.c | modified | +1 −0 |
| src/backend/utils/misc/guc.c | modified | +2 −1 |
| src/include/utils/guc.h | modified | +1 −0 |