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 4296 of file parsenodes.h.
Field Documentation
◆ columns
List* PublicationTable::columns
Definition at line 4301 of file parsenodes.h.
Referenced by OpenTableList().
◆ relation
RangeVar* PublicationTable::relation
Definition at line 4299 of file parsenodes.h.
Referenced by OpenTableList().
◆ type
NodeTag PublicationTable::type
Definition at line 4298 of file parsenodes.h.
◆ whereClause
Node* PublicationTable::whereClause
Definition at line 4300 of file parsenodes.h.
Referenced by OpenTableList().
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h