|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | indexElems |
| Node * | whereClause |
| char * | conname |
| ParseLoc | location |
Definition at line 1663 of file parsenodes.h.
| char* InferClause::conname |
Definition at line 1668 of file parsenodes.h.
Referenced by transformOnConflictArbiter().
| List* InferClause::indexElems |
Definition at line 1666 of file parsenodes.h.
Referenced by resolve_unique_index_expr(), and transformOnConflictArbiter().
| ParseLoc InferClause::location |
Definition at line 1669 of file parsenodes.h.
| NodeTag InferClause::type |
Definition at line 1665 of file parsenodes.h.
| Node* InferClause::whereClause |
Definition at line 1667 of file parsenodes.h.
Referenced by transformOnConflictArbiter().