PostgreSQL Source Code  git master
PublicationObjSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
PublicationObjSpecType pubobjtype
 
char * name
 
PublicationTablepubtable
 
ParseLoc location
 

Detailed Description

Definition at line 4072 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc PublicationObjSpec::location

Definition at line 4078 of file parsenodes.h.

◆ name

char* PublicationObjSpec::name

Definition at line 4076 of file parsenodes.h.

Referenced by ObjectsInPublicationToOids().

◆ pubobjtype

PublicationObjSpecType PublicationObjSpec::pubobjtype

Definition at line 4075 of file parsenodes.h.

Referenced by ObjectsInPublicationToOids().

◆ pubtable

PublicationTable* PublicationObjSpec::pubtable

Definition at line 4077 of file parsenodes.h.

Referenced by ObjectsInPublicationToOids().

◆ type

NodeTag PublicationObjSpec::type

Definition at line 4074 of file parsenodes.h.


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