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

Commit 5a6ab0a

Browse files
committed
doc: Update limitations of partitions
David Rowley, Amit Langote
1 parent 827eb43 commit 5a6ab0a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

doc/src/sgml/ddl.sgml

+2-9
Original file line numberDiff line numberDiff line change
@@ -3315,8 +3315,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
33153315
<listitem>
33163316
<para>
33173317
While primary keys are supported on partitioned tables, foreign
3318-
keys referencing partitioned tables are not supported, nor are foreign
3319-
key references from a partitioned table to some other table.
3318+
keys referencing partitioned tables are not supported. (Foreign key
3319+
references from a partitioned table to some other table are supported.)
33203320
</para>
33213321
</listitem>
33223322

@@ -3340,13 +3340,6 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
33403340
version.
33413341
</para>
33423342
</listitem>
3343-
3344-
<listitem>
3345-
<para>
3346-
Row triggers, if necessary, must be defined on individual partitions,
3347-
not the partitioned table.
3348-
</para>
3349-
</listitem>
33503343
</itemizedlist>
33513344
</para>
33523345
</sect3>

0 commit comments

Comments
 (0)