summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2011-12-17 12:38:40 -0500
committerAndrew Dunstan <andrew@dunslane.net>2011-12-17 12:38:40 -0500
commit8900f663f2405cc8ebc401f4f055671c81adaca7 (patch)
tree076ee335724dd24e6449184063f86aaf0df9e0ac /doc/src
parentfb4bbc8113e5b5eb1233418ad1f92428339da370 (diff)
downloadpostgresql-8900f663f2405cc8ebc401f4f055671c81adaca7.tar.gz
Clarify the post-data status on unvalidated check constraints.
Per gripe from Thom Brown.
Diffstat (limited to 'doc/src')
-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>