|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| PublicationObjSpecType | pubobjtype |
| char * | name |
| PublicationTable * | pubtable |
| ParseLoc | location |
Definition at line 4288 of file parsenodes.h.
| ParseLoc PublicationObjSpec::location |
Definition at line 4294 of file parsenodes.h.
| char* PublicationObjSpec::name |
Definition at line 4292 of file parsenodes.h.
Referenced by ObjectsInPublicationToOids().
| PublicationObjSpecType PublicationObjSpec::pubobjtype |
Definition at line 4291 of file parsenodes.h.
Referenced by ObjectsInPublicationToOids().
| PublicationTable* PublicationObjSpec::pubtable |
Definition at line 4293 of file parsenodes.h.
Referenced by ObjectsInPublicationToOids().
| NodeTag PublicationObjSpec::type |
Definition at line 4290 of file parsenodes.h.