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