PostgreSQL Source Code  git master
CreateSubscriptionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * subname
 
char * conninfo
 
Listpublication
 
Listoptions
 

Detailed Description

Definition at line 4206 of file parsenodes.h.

Field Documentation

◆ conninfo

char* CreateSubscriptionStmt::conninfo

Definition at line 4210 of file parsenodes.h.

◆ options

List* CreateSubscriptionStmt::options

Definition at line 4212 of file parsenodes.h.

◆ publication

List* CreateSubscriptionStmt::publication

Definition at line 4211 of file parsenodes.h.

◆ subname

char* CreateSubscriptionStmt::subname

Definition at line 4209 of file parsenodes.h.

◆ type

NodeTag CreateSubscriptionStmt::type

Definition at line 4208 of file parsenodes.h.


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