PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NewConstraint Struct Reference

Data Fields

char * name
 
ConstrType contype
 
Oid refrelid
 
Oid refindid
 
bool conwithperiod
 
Oid conid
 
Nodequal
 
ExprStatequalstate
 

Detailed Description

Definition at line 214 of file tablecmds.c.

Field Documentation

◆ conid

◆ contype

◆ conwithperiod

bool NewConstraint::conwithperiod

Definition at line 220 of file tablecmds.c.

Referenced by addFkRecurseReferencing(), and ATRewriteTables().

◆ name

◆ qual

◆ qualstate

ExprState* NewConstraint::qualstate

Definition at line 223 of file tablecmds.c.

Referenced by ATRewriteTable().

◆ refindid

Oid NewConstraint::refindid

◆ refrelid

Oid NewConstraint::refrelid

The documentation for this struct was generated from the following file: