summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-05-02 12:06:25 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-05-02 12:06:25 -0400
commitbcded2609ade6204badde506025b414c8e6ef0cd (patch)
tree6c39ed3db3a9c65a6fcf6aff202b7732e6119277 /doc
parentf66912b0a0387aab5f5bbcd9d56ab92200395d2e (diff)
downloadpostgresql-bcded2609ade6204badde506025b414c8e6ef0cd.tar.gz
doc: Correct update on limitations of partitions
Amit Langote
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/ddl.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 0c8eb48a24..004ecacbbf 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -3340,6 +3340,13 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
version.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>BEFORE ROW</literal> triggers, if necessary, must be defined
+ on individual partitions, not the partitioned table.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</sect3>