Skip to content

Commit bf54c0f

Browse files
committed
Make OWNER TO subcommand mention consistent
We say 'OWNER TO' in the synopsis; let's use that form elsewhere. There is a paragraph in the <note> section that refers to various subcommands very loosely (including OWNER); I didn't think it was an improvement to change that one. This is a fairly inconsequential change, so no backpatch. Author: Amit Langote Discussion: https://postgr.es/m/69ec7b51-03e5-f523-95ce-c070ee790e70@lab.ntt.co.jp
1 parent f5b7309 commit bf54c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/alter_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="parameter">name</replaceable>
713713
</varlistentry>
714714

715715
<varlistentry>
716-
<term><literal>OWNER</literal></term>
716+
<term><literal>OWNER TO</literal></term>
717717
<listitem>
718718
<para>
719719
This form changes the owner of the table, sequence, view, materialized view,

0 commit comments

Comments
 (0)