mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
@ -2215,6 +2215,8 @@ StoreConstraints(Relation rel, List *cooked_constraints, bool is_internal)
|
|||||||
* allow_merge: true if check constraints may be merged with existing ones
|
* allow_merge: true if check constraints may be merged with existing ones
|
||||||
* is_local: true if definition is local, false if it's inherited
|
* is_local: true if definition is local, false if it's inherited
|
||||||
* is_internal: true if result of some internal process, not a user request
|
* is_internal: true if result of some internal process, not a user request
|
||||||
|
* queryString: used during expression transformation of default values and
|
||||||
|
* cooked CHECK constraints
|
||||||
*
|
*
|
||||||
* All entries in newColDefaults will be processed. Entries in newConstraints
|
* All entries in newColDefaults will be processed. Entries in newConstraints
|
||||||
* will be processed only if they are CONSTR_CHECK type.
|
* will be processed only if they are CONSTR_CHECK type.
|
||||||
|
Reference in New Issue
Block a user