PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterFdwStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * fdwname
 
Listfunc_options
 
Listoptions
 

Detailed Description

Definition at line 2944 of file parsenodes.h.

Field Documentation

◆ fdwname

char* AlterFdwStmt::fdwname

Definition at line 2947 of file parsenodes.h.

◆ func_options

List* AlterFdwStmt::func_options

Definition at line 2948 of file parsenodes.h.

◆ options

List* AlterFdwStmt::options

Definition at line 2949 of file parsenodes.h.

◆ type

NodeTag AlterFdwStmt::type

Definition at line 2946 of file parsenodes.h.


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