@@ -582,8 +582,8 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
582582 <term><literal>OWNER</literal></term>
583583 <listitem>
584584 <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.
587587 </para>
588588 </listitem>
589589 </varlistentry>
@@ -625,8 +625,9 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
625625 <listitem>
626626 <para>
627627 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.
630631 </para>
631632 </listitem>
632633 </varlistentry>