Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0c95354

Browse files
committed
Update list of relation types on which ALTER TABLE RENAME/OWNER work.
Etsuro Fujita
1 parent 7b97952 commit 0c95354

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/ref/alter_table.sgml

+5-4
Original file line numberDiff line numberDiff line change
@@ -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>

0 commit comments

Comments
 (0)