PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PublicationObjSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
PublicationObjSpecType pubobjtype
 
charname
 
PublicationTablepubtable
 
ParseLoc location
 

Detailed Description

Definition at line 4469 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc PublicationObjSpec::location

Definition at line 4475 of file parsenodes.h.

◆ name

char* PublicationObjSpec::name

Definition at line 4473 of file parsenodes.h.

◆ pubobjtype

PublicationObjSpecType PublicationObjSpec::pubobjtype

Definition at line 4472 of file parsenodes.h.

◆ pubtable

PublicationTable* PublicationObjSpec::pubtable

Definition at line 4474 of file parsenodes.h.

◆ type

NodeTag PublicationObjSpec::type

Definition at line 4471 of file parsenodes.h.


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