PostgreSQL Source Code: CreateSubscriptionStmt Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
char * subname
char * conninfo
List * publication
List * options

Definition at line 4290 of file parsenodes.h.

conninfo

char* CreateSubscriptionStmt::conninfo

options

List* CreateSubscriptionStmt::options

publication

List* CreateSubscriptionStmt::publication

subname

char* CreateSubscriptionStmt::subname

type

NodeTag CreateSubscriptionStmt::type


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