PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
PublicationObjSpecType | pubobjtype |
char * | name |
PublicationTable * | pubtable |
int | location |
Definition at line 3853 of file parsenodes.h.
int PublicationObjSpec::location |
Definition at line 3859 of file parsenodes.h.
char* PublicationObjSpec::name |
Definition at line 3857 of file parsenodes.h.
Referenced by ObjectsInPublicationToOids().
PublicationObjSpecType PublicationObjSpec::pubobjtype |
Definition at line 3856 of file parsenodes.h.
Referenced by ObjectsInPublicationToOids().
PublicationTable* PublicationObjSpec::pubtable |
Definition at line 3858 of file parsenodes.h.
Referenced by ObjectsInPublicationToOids().
NodeTag PublicationObjSpec::type |
Definition at line 3855 of file parsenodes.h.