diff options
author | Andrew Dunstan | 2011-12-17 18:12:01 +0000 |
---|---|---|
committer | Andrew Dunstan | 2011-12-17 18:12:01 +0000 |
commit | 19fc0fe3ae7861a8b0d3ab8b67bd01fde33bf2da (patch) | |
tree | 5dec4febec4caef75a98468a2afbd3b0115f9325 /doc/src | |
parent | 8900f663f2405cc8ebc401f4f055671c81adaca7 (diff) |
Same clarification for pg_restore.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index a28faf87a4a..6c3326668ff 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -521,7 +521,7 @@ </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> |