|
PostgreSQL Source Code git master
|
#include <pg_publication.h>
Data Fields | |
| Relation | relation |
| Node * | whereClause |
| List * | columns |
Definition at line 148 of file pg_publication.h.
| List* PublicationRelInfo::columns |
Definition at line 152 of file pg_publication.h.
| Relation PublicationRelInfo::relation |
Definition at line 150 of file pg_publication.h.
| Node* PublicationRelInfo::whereClause |
Definition at line 151 of file pg_publication.h.