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

Field Documentation

◆ fdwname

char* CreateFdwStmt::fdwname

Definition at line 2851 of file parsenodes.h.

◆ func_options

List* CreateFdwStmt::func_options

Definition at line 2852 of file parsenodes.h.

◆ options

List* CreateFdwStmt::options

Definition at line 2853 of file parsenodes.h.

◆ type

NodeTag CreateFdwStmt::type

Definition at line 2850 of file parsenodes.h.


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