PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PublicationRelInfo Struct Reference

#include <pg_publication.h>

Data Fields

Relation relation
 
NodewhereClause
 
Listcolumns
 

Detailed Description

Definition at line 144 of file pg_publication.h.

Field Documentation

◆ columns

List* PublicationRelInfo::columns

Definition at line 148 of file pg_publication.h.

◆ relation

Relation PublicationRelInfo::relation

Definition at line 146 of file pg_publication.h.

◆ whereClause

Node* PublicationRelInfo::whereClause

Definition at line 147 of file pg_publication.h.


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