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 4490 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc PublicationObjSpec::location

Definition at line 4496 of file parsenodes.h.

◆ name

char* PublicationObjSpec::name

Definition at line 4494 of file parsenodes.h.

◆ pubobjtype

PublicationObjSpecType PublicationObjSpec::pubobjtype

Definition at line 4493 of file parsenodes.h.

◆ pubtable

PublicationTable* PublicationObjSpec::pubtable

Definition at line 4495 of file parsenodes.h.

◆ type

NodeTag PublicationObjSpec::type

Definition at line 4492 of file parsenodes.h.


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