summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan2011-12-17 17:38:40 +0000
committerAndrew Dunstan2011-12-17 17:38:40 +0000
commit8900f663f2405cc8ebc401f4f055671c81adaca7 (patch)
tree076ee335724dd24e6449184063f86aaf0df9e0ac
parentfb4bbc8113e5b5eb1233418ad1f92428339da370 (diff)
Clarify the post-data status on unvalidated check constraints.
Per gripe from Thom Brown.
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 710051a4fd..6b315009ff 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -423,7 +423,7 @@ PostgreSQL documentation
</para>
<para>
Post-data items consist of definitions of indexes, triggers, rules
- and constraints other than check constraints.
+ and constraints other than validated check constraints.
Pre-data items consist of all other data definition items.
</para>
</listitem>