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

Field Documentation

◆ fdwname

char* AlterFdwStmt::fdwname

Definition at line 2865 of file parsenodes.h.

◆ func_options

List* AlterFdwStmt::func_options

Definition at line 2866 of file parsenodes.h.

◆ options

List* AlterFdwStmt::options

Definition at line 2867 of file parsenodes.h.

◆ type

NodeTag AlterFdwStmt::type

Definition at line 2864 of file parsenodes.h.


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