We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent827eb43 commit5a6ab0aCopy full SHA for 5a6ab0a
doc/src/sgml/ddl.sgml
@@ -3315,8 +3315,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
3315
<listitem>
3316
<para>
3317
While primary keys are supported on partitioned tables, foreign
3318
- keys referencing partitioned tables are not supported, nor are foreign
3319
-keyreferences from a partitioned table to some other table.
+ keys referencing partitioned tables are not supported. (Foreign key
+ references from a partitioned table to some other table are supported.)
3320
</para>
3321
</listitem>
3322
@@ -3340,13 +3340,6 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
3340
version.
3341
3342
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>
3350
</itemizedlist>
3351
3352
</sect3>