mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +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>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user