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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Copy-edit the docs changes of OWNER TO CURRENT/SESSION_USER addi
Date: 2015-07-10 11:50:58
Message-ID: E1ZDWpW-0007u2-Rp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_5_STABLE

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2015-07-11 21:20:36 pgsql: Add assign_expr_collations() to CreatePolicy() and AlterPolicy()
Previous Message Tom Lane 2015-07-09 22:50:48 pgsql: Improve documentation about array concat operator vs. underlying