PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PublicationTable Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
NodewhereClause
 
Listcolumns
 

Detailed Description

Definition at line 4206 of file parsenodes.h.

Field Documentation

◆ columns

List* PublicationTable::columns

Definition at line 4211 of file parsenodes.h.

Referenced by OpenTableList().

◆ relation

RangeVar* PublicationTable::relation

Definition at line 4209 of file parsenodes.h.

Referenced by OpenTableList().

◆ type

NodeTag PublicationTable::type

Definition at line 4208 of file parsenodes.h.

◆ whereClause

Node* PublicationTable::whereClause

Definition at line 4210 of file parsenodes.h.

Referenced by OpenTableList().


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