PostgreSQL Source Code git master
AlterExtensionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * extname
 
Listoptions
 

Detailed Description

Definition at line 2922 of file parsenodes.h.

Field Documentation

◆ extname

char* AlterExtensionStmt::extname

Definition at line 2925 of file parsenodes.h.

◆ options

List* AlterExtensionStmt::options

Definition at line 2926 of file parsenodes.h.

◆ type

NodeTag AlterExtensionStmt::type

Definition at line 2924 of file parsenodes.h.


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