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 3862 of file parsenodes.h.
bool CreatePublicationStmt::for_all_tables |
Definition at line 3868 of file parsenodes.h.
Referenced by CreatePublication().
List* CreatePublicationStmt::options |
Definition at line 3866 of file parsenodes.h.
Referenced by CreatePublication().
char* CreatePublicationStmt::pubname |
Definition at line 3865 of file parsenodes.h.
Referenced by CreatePublication().
List* CreatePublicationStmt::pubobjects |
Definition at line 3867 of file parsenodes.h.
Referenced by CreatePublication().
NodeTag CreatePublicationStmt::type |
Definition at line 3864 of file parsenodes.h.