Additional required docs for pg_constraint catalog entry

Noted by Bernd Helmle
This commit is contained in:
Simon Riggs 2011-02-15 00:59:29 +00:00
parent 5c588be729
commit 0ff1b73509
1 changed files with 7 additions and 0 deletions

View File

@ -1894,6 +1894,13 @@
<entry>Is the constraint deferred by default?</entry>
</row>
<row>
<entry><structfield>convalidated</structfield></entry>
<entry><type>bool</type></entry>
<entry></entry>
<entry>Has the constraint been validated? Can only be false for foreign keys</entry>
</row>
<row>
<entry><structfield>conrelid</structfield></entry>
<entry><type>oid</type></entry>