|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | name |
| Node * | expr |
| List * | collation |
| List * | opclass |
| ParseLoc | location |
Definition at line 902 of file parsenodes.h.
| List* PartitionElem::collation |
Definition at line 907 of file parsenodes.h.
| Node* PartitionElem::expr |
Definition at line 906 of file parsenodes.h.
| ParseLoc PartitionElem::location |
Definition at line 909 of file parsenodes.h.
| char* PartitionElem::name |
Definition at line 905 of file parsenodes.h.
| List* PartitionElem::opclass |
Definition at line 908 of file parsenodes.h.
| NodeTag PartitionElem::type |
Definition at line 904 of file parsenodes.h.