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

Commit9a89f6d

Browse files
committed
Adjust ALTER TABLE docs on partitioned constraints
Move the "additional restrictions" comment to ALTER TABLE ADDCONSTRAINT instead of ADD CONSTRAINT USING INDEX; and in the latterinstead indicate that partitioned tables are unsupportedNoted by David G. JohnstonDiscussion:https://postgr.es/m/CAKFQuwY4Ld7ecxL_KAmaxwt0FUu5VcPPN2L4dh+3BeYbrdBa5g@mail.gmail.com
1 parent9a44a26 commit9a89f6d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,12 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
370370
the table, until it is validated by using the <literal>VALIDATE
371371
CONSTRAINT</literal> option.
372372
</para>
373+
374+
<para>
375+
Additional restrictions apply when unique or primary key constraints
376+
are added to partitioned tables; see <xref linkend="sql-createtable" />.
377+
</para>
378+
373379
</listitem>
374380
</varlistentry>
375381

@@ -413,8 +419,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
413419
</para>
414420

415421
<para>
416-
Additional restrictions apply when unique or primary key constraints
417-
are added to partitioned tables; see <xref linkend="sql-createtable" />.
422+
This form is not currently supported on partitioned tables.
418423
</para>
419424

420425
<note>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp