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 4212 of file parsenodes.h.

Field Documentation

◆ conninfo

char* CreateSubscriptionStmt::conninfo

Definition at line 4216 of file parsenodes.h.

◆ options

List* CreateSubscriptionStmt::options

Definition at line 4218 of file parsenodes.h.

◆ publication

List* CreateSubscriptionStmt::publication

Definition at line 4217 of file parsenodes.h.

◆ subname

char* CreateSubscriptionStmt::subname

Definition at line 4215 of file parsenodes.h.

◆ type

NodeTag CreateSubscriptionStmt::type

Definition at line 4214 of file parsenodes.h.


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