]> granicus.if.org Git - postgresql/commitdiff
Make OWNER TO subcommand mention consistent
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 18 Oct 2017 11:29:16 +0000 (13:29 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 18 Oct 2017 11:32:45 +0000 (13:32 +0200)
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

doc/src/sgml/ref/alter_table.sgml

index 68393d70b4127d66be639cb18f700925db359ebe..b4b8dab91123584bc6d561fb530bce69114829eb 100644 (file)
@@ -713,7 +713,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="parameter">name</replaceable>
    </varlistentry>
 
    <varlistentry>
-    <term><literal>OWNER</literal></term>
+    <term><literal>OWNER TO</literal></term>
     <listitem>
      <para>
       This form changes the owner of the table, sequence, view, materialized view,