PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | indexElems |
Node * | whereClause |
char * | conname |
ParseLoc | location |
Definition at line 1615 of file parsenodes.h.
char* InferClause::conname |
Definition at line 1620 of file parsenodes.h.
Referenced by transformOnConflictArbiter().
List* InferClause::indexElems |
Definition at line 1618 of file parsenodes.h.
Referenced by resolve_unique_index_expr(), and transformOnConflictArbiter().
ParseLoc InferClause::location |
Definition at line 1621 of file parsenodes.h.
NodeTag InferClause::type |
Definition at line 1617 of file parsenodes.h.
Node* InferClause::whereClause |
Definition at line 1619 of file parsenodes.h.
Referenced by transformOnConflictArbiter().