PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PublicationObjSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
PublicationObjSpecType pubobjtype
 
char * name
 
PublicationTablepubtable
 
ParseLoc location
 

Detailed Description

Definition at line 4226 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc PublicationObjSpec::location

Definition at line 4232 of file parsenodes.h.

◆ name

char* PublicationObjSpec::name

Definition at line 4230 of file parsenodes.h.

Referenced by ObjectsInPublicationToOids().

◆ pubobjtype

PublicationObjSpecType PublicationObjSpec::pubobjtype

Definition at line 4229 of file parsenodes.h.

Referenced by ObjectsInPublicationToOids().

◆ pubtable

PublicationTable* PublicationObjSpec::pubtable

Definition at line 4231 of file parsenodes.h.

Referenced by ObjectsInPublicationToOids().

◆ type

NodeTag PublicationObjSpec::type

Definition at line 4228 of file parsenodes.h.


The documentation for this struct was generated from the following file: