We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1cdc6d8 commit757fa45Copy full SHA for 757fa45
src/backend/catalog/heap.c
@@ -2215,6 +2215,8 @@ StoreConstraints(Relation rel, List *cooked_constraints, bool is_internal)
2215
* allow_merge: true if check constraints may be merged with existing ones
2216
* is_local: true if definition is local, false if it's inherited
2217
* is_internal: true if result of some internal process, not a user request
2218
+ * queryString: used during expression transformation of default values and
2219
+ *cooked CHECK constraints
2220
*
2221
* All entries in newColDefaults will be processed. Entries in newConstraints
2222
* will be processed only if they are CONSTR_CHECK type.