projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb4bbc8
)
Clarify the post-data status on unvalidated check constraints.
author
Andrew Dunstan
<
[email protected]
>
Sat, 17 Dec 2011 17:38:40 +0000
(12:38 -0500)
committer
Andrew Dunstan
<
[email protected]
>
Sat, 17 Dec 2011 17:38:40 +0000
(12:38 -0500)
Per gripe from Thom Brown.
doc/src/sgml/ref/pg_dump.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_dump.sgml
b/doc/src/sgml/ref/pg_dump.sgml
index 710051a4fd1d30f9877105d17a86b0145e8a4325..6b315009ff7954062ef53ecfb55d2251aa1d824e 100644
(file)
--- 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>