pgsql: Copy-edit the docs changes of OWNER TO CURRENT/SESSION_USER addi

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Copy-edit the docs changes of OWNER TO CURRENT/SESSION_USER addi
Дата
Msg-id E1ZDWpW-0007u1-Rj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Copy-edit the docs changes of OWNER TO CURRENT/SESSION_USER additions.

Commit 31eae602 added new syntax to many DDL commands to use CURRENT_USER
or SESSION_USER instead of role name in ALTER ... OWNER TO, but because
of a misplaced '{', the syntax in the docs implied that the syntax was
"ALTER ... CURRENT_USER", instead of "ALTER ... OWNER TO CURRENT_USER".
Fix that, and also the funny indentation in some of the modified syntax
blurps.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cba045b0bd25285242936fd678bc443bfd0d5b83

Modified Files
--------------
doc/src/sgml/ref/alter_large_object.sgml |    2 +-
doc/src/sgml/ref/alter_opclass.sgml      |    6 +++---
doc/src/sgml/ref/alter_operator.sgml     |    4 ++--
doc/src/sgml/ref/alter_opfamily.sgml     |    6 +++---
4 files changed, 9 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Copy-edit the docs changes of OWNER TO CURRENT/SESSION_USER addi
Следующее
От: Joe Conway
Дата:
Сообщение: pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()