PostgreSQL Source Code  git master
PublicationTable Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
NodewhereClause
 
Listcolumns
 

Detailed Description

Definition at line 4143 of file parsenodes.h.

Field Documentation

◆ columns

List* PublicationTable::columns

Definition at line 4148 of file parsenodes.h.

Referenced by OpenTableList().

◆ relation

RangeVar* PublicationTable::relation

Definition at line 4146 of file parsenodes.h.

Referenced by OpenTableList().

◆ type

NodeTag PublicationTable::type

Definition at line 4145 of file parsenodes.h.

◆ whereClause

Node* PublicationTable::whereClause

Definition at line 4147 of file parsenodes.h.

Referenced by OpenTableList().


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