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

Field Documentation

◆ fdwname

char* AlterFdwStmt::fdwname

Definition at line 2871 of file parsenodes.h.

◆ func_options

List* AlterFdwStmt::func_options

Definition at line 2872 of file parsenodes.h.

◆ options

List* AlterFdwStmt::options

Definition at line 2873 of file parsenodes.h.

◆ type

NodeTag AlterFdwStmt::type

Definition at line 2870 of file parsenodes.h.


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