From 8900f663f2405cc8ebc401f4f055671c81adaca7 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 17 Dec 2011 12:38:40 -0500 Subject: [PATCH] Clarify the post-data status on unvalidated check constraints. Per gripe from Thom Brown. --- doc/src/sgml/ref/pg_dump.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 710051a4fd1..6b315009ff7 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -423,7 +423,7 @@ PostgreSQL documentation 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. -- 2.39.5