|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | pubname |
| List * | options |
| List * | pubobjects |
| bool | for_all_tables |
| bool | for_all_sequences |
Definition at line 4313 of file parsenodes.h.
| bool CreatePublicationStmt::for_all_sequences |
Definition at line 4320 of file parsenodes.h.
| bool CreatePublicationStmt::for_all_tables |
Definition at line 4319 of file parsenodes.h.
| List* CreatePublicationStmt::options |
Definition at line 4317 of file parsenodes.h.
| char* CreatePublicationStmt::pubname |
Definition at line 4316 of file parsenodes.h.
| List* CreatePublicationStmt::pubobjects |
Definition at line 4318 of file parsenodes.h.
| NodeTag CreatePublicationStmt::type |
Definition at line 4315 of file parsenodes.h.