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 148 of file pg_publication.h.

Field Documentation

◆ columns

List* PublicationRelInfo::columns

Definition at line 152 of file pg_publication.h.

◆ relation

Relation PublicationRelInfo::relation

Definition at line 150 of file pg_publication.h.

◆ whereClause

Node* PublicationRelInfo::whereClause

Definition at line 151 of file pg_publication.h.


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