|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | indexElems |
| Node * | whereClause |
| char * | conname |
| ParseLoc | location |
Definition at line 1637 of file parsenodes.h.
| char* InferClause::conname |
Definition at line 1642 of file parsenodes.h.
Referenced by transformOnConflictArbiter().
| List* InferClause::indexElems |
Definition at line 1640 of file parsenodes.h.
Referenced by resolve_unique_index_expr(), and transformOnConflictArbiter().
| ParseLoc InferClause::location |
Definition at line 1643 of file parsenodes.h.
| NodeTag InferClause::type |
Definition at line 1639 of file parsenodes.h.
| Node* InferClause::whereClause |
Definition at line 1641 of file parsenodes.h.
Referenced by transformOnConflictArbiter().