PostgreSQL Source Code  git master
PublicationTable Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
NodewhereClause
 
Listcolumns
 

Detailed Description

Definition at line 4136 of file parsenodes.h.

Field Documentation

◆ columns

List* PublicationTable::columns

Definition at line 4141 of file parsenodes.h.

Referenced by OpenTableList().

◆ relation

RangeVar* PublicationTable::relation

Definition at line 4139 of file parsenodes.h.

Referenced by OpenTableList().

◆ type

NodeTag PublicationTable::type

Definition at line 4138 of file parsenodes.h.

◆ whereClause

Node* PublicationTable::whereClause

Definition at line 4140 of file parsenodes.h.

Referenced by OpenTableList().


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