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

Field Documentation

◆ fdwname

char* CreateFdwStmt::fdwname

Definition at line 2863 of file parsenodes.h.

◆ func_options

List* CreateFdwStmt::func_options

Definition at line 2864 of file parsenodes.h.

◆ options

List* CreateFdwStmt::options

Definition at line 2865 of file parsenodes.h.

◆ type

NodeTag CreateFdwStmt::type

Definition at line 2862 of file parsenodes.h.


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