PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | pubname |
List * | options |
List * | pubobjects |
bool | for_all_tables |
Definition at line 4150 of file parsenodes.h.
bool CreatePublicationStmt::for_all_tables |
Definition at line 4156 of file parsenodes.h.
List* CreatePublicationStmt::options |
Definition at line 4154 of file parsenodes.h.
char* CreatePublicationStmt::pubname |
Definition at line 4153 of file parsenodes.h.
List* CreatePublicationStmt::pubobjects |
Definition at line 4155 of file parsenodes.h.
NodeTag CreatePublicationStmt::type |
Definition at line 4152 of file parsenodes.h.