@@ -582,8 +582,8 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
582
582
<term><literal>OWNER</literal></term>
583
583
<listitem>
584
584
<para>
585
- This form changes the owner of the table, sequence,or view to the
586
- specified user.
585
+ This form changes the owner of the table, sequence, view, materialized view,
586
+ or foreign table to the specified user.
587
587
</para>
588
588
</listitem>
589
589
</varlistentry>
@@ -625,8 +625,9 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
625
625
<listitem>
626
626
<para>
627
627
The <literal>RENAME</literal> forms change the name of a table
628
- (or an index, sequence, or view), the name of an individual column in
629
- a table, or the name of a constraint of the table. There is no effect on the stored data.
628
+ (or an index, sequence, view, materialized view, or foreign table), the name
629
+ of an individual column in a table, or the name of a constraint of the table.
630
+ There is no effect on the stored data.
630
631
</para>
631
632
</listitem>
632
633
</varlistentry>