PostgreSQL Source Code git master
PublicationTable Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
NodewhereClause
 
Listcolumns
 

Detailed Description

Definition at line 4220 of file parsenodes.h.

Field Documentation

◆ columns

List* PublicationTable::columns

Definition at line 4225 of file parsenodes.h.

Referenced by OpenTableList().

◆ relation

RangeVar* PublicationTable::relation

Definition at line 4223 of file parsenodes.h.

Referenced by OpenTableList().

◆ type

NodeTag PublicationTable::type

Definition at line 4222 of file parsenodes.h.

◆ whereClause

Node* PublicationTable::whereClause

Definition at line 4224 of file parsenodes.h.

Referenced by OpenTableList().


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