PostgreSQL Source Code: PublicationTable Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
RangeVar * relation
Node * whereClause
List * columns

Detailed Description

Definition at line 4227 of file parsenodes.h.

Field Documentation

columns

List* PublicationTable::columns

Definition at line 4232 of file parsenodes.h.

Referenced by OpenTableList().

relation

RangeVar* PublicationTable::relation

Definition at line 4230 of file parsenodes.h.

Referenced by OpenTableList().

type

NodeTag PublicationTable::type

Definition at line 4229 of file parsenodes.h.

whereClause

Node* PublicationTable::whereClause

Definition at line 4231 of file parsenodes.h.

Referenced by OpenTableList().


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