mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Additional required docs for pg_constraint catalog entry
Noted by Bernd Helmle
This commit is contained in:
parent
5c588be729
commit
0ff1b73509
@ -1894,6 +1894,13 @@
|
|||||||
<entry>Is the constraint deferred by default?</entry>
|
<entry>Is the constraint deferred by default?</entry>
|
||||||
</row>
|
</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>
|
<row>
|
||||||
<entry><structfield>conrelid</structfield></entry>
|
<entry><structfield>conrelid</structfield></entry>
|
||||||
<entry><type>oid</type></entry>
|
<entry><type>oid</type></entry>
|
||||||
|
Loading…
Reference in New Issue
Block a user