projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66912b
)
doc: Correct update on limitations of partitions
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 2 May 2018 16:06:25 +0000
(12:06 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 2 May 2018 16:06:25 +0000
(12:06 -0400)
Amit Langote
doc/src/sgml/ddl.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index 0c8eb48a24e722c25f20b8f8504ea74541e4786a..004ecacbbf1eb7d25f38c2901fbb39ff1a2a9fdb 100644
(file)
--- 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>