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

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

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

Definition at line 4311 of file parsenodes.h.

conninfo

char* AlterSubscriptionStmt::conninfo

kind

options

List* AlterSubscriptionStmt::options

publication

List* AlterSubscriptionStmt::publication

subname

char* AlterSubscriptionStmt::subname

type

NodeTag AlterSubscriptionStmt::type


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