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

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

Data Fields
NodeTag type
char * servername
char * servertype
char * version
char * fdwname
bool if_not_exists
List * options

Definition at line 2964 of file parsenodes.h.

fdwname

char* CreateForeignServerStmt::fdwname

if_not_exists

bool CreateForeignServerStmt::if_not_exists

options

List* CreateForeignServerStmt::options

servername

char* CreateForeignServerStmt::servername

servertype

char* CreateForeignServerStmt::servertype

type

NodeTag CreateForeignServerStmt::type

version

char* CreateForeignServerStmt::version


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