PostgreSQL Source Code  git master
AlterExtensionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * extname
 
Listoptions
 

Detailed Description

Definition at line 2678 of file parsenodes.h.

Field Documentation

◆ extname

char* AlterExtensionStmt::extname

Definition at line 2681 of file parsenodes.h.

◆ options

List* AlterExtensionStmt::options

Definition at line 2682 of file parsenodes.h.

◆ type

NodeTag AlterExtensionStmt::type

Definition at line 2680 of file parsenodes.h.


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