PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | indexElems |
Node * | whereClause |
char * | conname |
ParseLoc | location |
Definition at line 1596 of file parsenodes.h.
char* InferClause::conname |
Definition at line 1601 of file parsenodes.h.
Referenced by transformOnConflictArbiter().
List* InferClause::indexElems |
Definition at line 1599 of file parsenodes.h.
Referenced by resolve_unique_index_expr(), and transformOnConflictArbiter().
ParseLoc InferClause::location |
Definition at line 1602 of file parsenodes.h.
NodeTag InferClause::type |
Definition at line 1598 of file parsenodes.h.
Node* InferClause::whereClause |
Definition at line 1600 of file parsenodes.h.
Referenced by transformOnConflictArbiter().