1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

Clarify the post-data status on unvalidated check constraints.

Per gripe from Thom Brown.
This commit is contained in:
Andrew Dunstan
2011-12-17 12:38:40 -05:00
parent fb4bbc8113
commit 8900f663f2

View File

@@ -423,7 +423,7 @@ PostgreSQL documentation
</para> </para>
<para> <para>
Post-data items consist of definitions of indexes, triggers, rules 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. Pre-data items consist of all other data definition items.
</para> </para>
</listitem> </listitem>