|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | extname |
| bool | if_not_exists |
| List * | options |
Definition at line 2924 of file parsenodes.h.
| char* CreateExtensionStmt::extname |
Definition at line 2927 of file parsenodes.h.
| bool CreateExtensionStmt::if_not_exists |
Definition at line 2928 of file parsenodes.h.
| List* CreateExtensionStmt::options |
Definition at line 2929 of file parsenodes.h.
| NodeTag CreateExtensionStmt::type |
Definition at line 2926 of file parsenodes.h.