PostgreSQL Source Code git master
AlterFdwStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * fdwname
 
Listfunc_options
 
Listoptions
 

Detailed Description

Definition at line 2990 of file parsenodes.h.

Field Documentation

◆ fdwname

char* AlterFdwStmt::fdwname

Definition at line 2993 of file parsenodes.h.

◆ func_options

List* AlterFdwStmt::func_options

Definition at line 2994 of file parsenodes.h.

◆ options

List* AlterFdwStmt::options

Definition at line 2995 of file parsenodes.h.

◆ type

NodeTag AlterFdwStmt::type

Definition at line 2992 of file parsenodes.h.


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