Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0c95354

Browse files
committed
Update list of relation types on which ALTER TABLE RENAME/OWNER work.
Etsuro Fujita
1 parent7b97952 commit0c95354

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 5 additions & 4 deletions
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,orview to the
586-
specified user.
585+
This form changes the owner of the table, sequence, view, materialized view,
586+
or foreign table to thespecified 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)

[8]ページ先頭

©2009-2025 Movatter.jp