PostgreSQL Source Code  git master
CreateFdwStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * fdwname
 
Listfunc_options
 
Listoptions
 

Detailed Description

Definition at line 2854 of file parsenodes.h.

Field Documentation

◆ fdwname

char* CreateFdwStmt::fdwname

Definition at line 2857 of file parsenodes.h.

◆ func_options

List* CreateFdwStmt::func_options

Definition at line 2858 of file parsenodes.h.

◆ options

List* CreateFdwStmt::options

Definition at line 2859 of file parsenodes.h.

◆ type

NodeTag CreateFdwStmt::type

Definition at line 2856 of file parsenodes.h.


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