aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-05-01 07:48:51 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-05-01 07:48:51 -0400
commit5a6ab0a1b157a27da7160565ee2f1815e94a6122 (patch)
treec34ce5b82d0fb45bd31801a1e7c2b2be28e0717d
parent827eb4393c8a06de0c8673888a5734170e218a1d (diff)
downloadpostgresql-5a6ab0a1b157a27da7160565ee2f1815e94a6122.tar.gz
postgresql-5a6ab0a1b157a27da7160565ee2f1815e94a6122.zip
doc: Update limitations of partitions
David Rowley, Amit Langote
-rw-r--r--doc/src/sgml/ddl.sgml11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 34da0d8d573..0c8eb48a24e 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -3315,8 +3315,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
<listitem>
<para>
While primary keys are supported on partitioned tables, foreign
- keys referencing partitioned tables are not supported, nor are foreign
- key references 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.)
</para>
</listitem>
@@ -3340,13 +3340,6 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
version.
</para>
</listitem>
-
- <listitem>
- <para>
- Row triggers, if necessary, must be defined on individual partitions,
- not the partitioned table.
- </para>
- </listitem>
</itemizedlist>
</para>
</sect3>