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

Field Documentation

◆ fdwname

char* CreateFdwStmt::fdwname

Definition at line 2925 of file parsenodes.h.

◆ func_options

List* CreateFdwStmt::func_options

Definition at line 2926 of file parsenodes.h.

◆ options

List* CreateFdwStmt::options

Definition at line 2927 of file parsenodes.h.

◆ type

NodeTag CreateFdwStmt::type

Definition at line 2924 of file parsenodes.h.


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