Обсуждение: [COMMITTERS] pgsql: Add missing ALTER USER variants

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Add missing ALTER USER variants

От
Peter Eisentraut
Дата:
Add missing ALTER USER variants

ALTER USER ... SET did not support all the syntax variants of ALTER ROLE
...  SET.

Reported-by: Pavel Golub <pavel@microolap.com>

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f2878a608933441fec185f944aeb44e35c6018f1

Modified Files
--------------
doc/src/sgml/ref/alter_user.sgml        |  8 ++++----
src/backend/parser/gram.y               | 14 +++++++++++---
src/test/regress/expected/rolenames.out | 10 ++--------
3 files changed, 17 insertions(+), 15 deletions(-)