PostgreSQL Source Code  git master
AlterExtensionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * extname
 
Listoptions
 

Detailed Description

Definition at line 2753 of file parsenodes.h.

Field Documentation

◆ extname

char* AlterExtensionStmt::extname

Definition at line 2756 of file parsenodes.h.

◆ options

List* AlterExtensionStmt::options

Definition at line 2757 of file parsenodes.h.

◆ type

NodeTag AlterExtensionStmt::type

Definition at line 2755 of file parsenodes.h.


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