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

Commitd64a9c8

Browse files
committed
doc: Move ALTER TABLE IF EXISTS description to better place
It was previously mixed in with the description of ALTER TABLEsubcommands. Move it to the Parameters section, which is where it is onother reference pages.pointed out by Amit Langote
1 parent9ba978c commitd64a9c8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,6 @@ ALTER TABLE ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
121121
</listitem>
122122
</varlistentry>
123123

124-
<varlistentry>
125-
<term><literal>IF EXISTS</literal></term>
126-
<listitem>
127-
<para>
128-
Do not throw an error if the table does not exist. A notice is issued
129-
in this case.
130-
</para>
131-
</listitem>
132-
</varlistentry>
133-
134124
<varlistentry>
135125
<term><literal>SET DATA TYPE</literal></term>
136126
<listitem>
@@ -726,6 +716,16 @@ ALTER TABLE ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
726716

727717
<variablelist>
728718

719+
<varlistentry>
720+
<term><literal>IF EXISTS</literal></term>
721+
<listitem>
722+
<para>
723+
Do not throw an error if the table does not exist. A notice is issued
724+
in this case.
725+
</para>
726+
</listitem>
727+
</varlistentry>
728+
729729
<varlistentry>
730730
<term><replaceable class="PARAMETER">name</replaceable></term>
731731
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp