From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add ALTER ROLE ALL SET command |
Date: | 2013-02-18 04:47:25 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Modified Files
--------------
doc/src/sgml/ref/alter_role.sgml | 27 ++++++++---
src/backend/commands/user.c | 92 +++++++++++++++++++++++--------------
src/backend/parser/gram.y | 8 +++
src/backend/utils/init/postinit.c | 1 +
src/backend/utils/misc/guc.c | 3 +-
src/include/utils/guc.h | 1 +
6 files changed, 90 insertions(+), 42 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2013-02-18 13:02:10 | Re: Materialized views WIP patch |
Previous Message | Thom Brown | 2013-02-17 20:23:57 | Re: Materialized views WIP patch |