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

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * servername
 
char * version
 
Listoptions
 
bool has_version
 

Detailed Description

Definition at line 2975 of file parsenodes.h.

Field Documentation

◆ has_version

bool AlterForeignServerStmt::has_version

Definition at line 2981 of file parsenodes.h.

◆ options

List* AlterForeignServerStmt::options

Definition at line 2980 of file parsenodes.h.

◆ servername

char* AlterForeignServerStmt::servername

Definition at line 2978 of file parsenodes.h.

◆ type

NodeTag AlterForeignServerStmt::type

Definition at line 2977 of file parsenodes.h.

◆ version

char* AlterForeignServerStmt::version

Definition at line 2979 of file parsenodes.h.


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