1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +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>
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>