diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-07-10 14:28:34 +0300 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-07-10 14:48:27 +0300 |
| commit | ebe8bcd94e7191025e0309718284983891a89064 (patch) | |
| tree | f7ec47b19f098f547b1a3f3d3b8f6c80c9434650 /doc/src/sgml/ref/alter_large_object.sgml | |
| parent | 5acc7730c8c93d5755bc6a0bf36df407f48b2b27 (diff) | |
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.
Diffstat (limited to 'doc/src/sgml/ref/alter_large_object.sgml')
| -rw-r--r-- | doc/src/sgml/ref/alter_large_object.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_large_object.sgml b/doc/src/sgml/ref/alter_large_object.sgml index a0ed6c22f34..5748d52db11 100644 --- a/doc/src/sgml/ref/alter_large_object.sgml +++ b/doc/src/sgml/ref/alter_large_object.sgml @@ -21,7 +21,7 @@ PostgreSQL documentation <refsynopsisdiv> <synopsis> -ALTER LARGE OBJECT <replaceable class="PARAMETER">large_object_oid</replaceable> { OWNER TO <replaceable>new_owner</replaceable> | CURRENT_USER | SESSION_USER } +ALTER LARGE OBJECT <replaceable class="PARAMETER">large_object_oid</replaceable> OWNER TO { <replaceable>new_owner</replaceable> | CURRENT_USER | SESSION_USER } </synopsis> </refsynopsisdiv> |
