]> granicus.if.org Git - postgresql/commitdiff
Update list of relation types on which ALTER TABLE RENAME/OWNER work.
authorRobert Haas <rhaas@postgresql.org>
Mon, 14 Apr 2014 14:43:53 +0000 (10:43 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 14 Apr 2014 14:44:59 +0000 (10:44 -0400)
Etsuro Fujita

doc/src/sgml/ref/alter_table.sgml

index 0b08f83ba3516b8e594967a29c044a372ba57ffc..19f2a2e76f1960e052f532c07bb5f41cedcf74d5 100644 (file)
@@ -582,8 +582,8 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
     <term><literal>OWNER</literal></term>
     <listitem>
      <para>
-      This form changes the owner of the table, sequence, or view to the
-      specified user.
+      This form changes the owner of the table, sequence, view, materialized view,
+      or foreign table to the specified user.
      </para>
     </listitem>
    </varlistentry>
@@ -625,8 +625,9 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
     <listitem>
      <para>
       The <literal>RENAME</literal> forms change the name of a table
-      (or an index, sequence, or view), the name of an individual column in
-      a table, or the name of a constraint of the table. There is no effect on the stored data.
+      (or an index, sequence, view, materialized view, or foreign table), the name
+      of an individual column in a table, or the name of a constraint of the table.
+      There is no effect on the stored data.
      </para>
     </listitem>
    </varlistentry>