diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2011-12-17 13:12:01 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2011-12-17 13:12:01 -0500 |
commit | 19fc0fe3ae7861a8b0d3ab8b67bd01fde33bf2da (patch) | |
tree | 5dec4febec4caef75a98468a2afbd3b0115f9325 | |
parent | 8900f663f2405cc8ebc401f4f055671c81adaca7 (diff) | |
download | postgresql-19fc0fe3ae7861a8b0d3ab8b67bd01fde33bf2da.tar.gz postgresql-19fc0fe3ae7861a8b0d3ab8b67bd01fde33bf2da.zip |
Same clarification for pg_restore.
-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> |