PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AlterExtensionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
charextname
 
Listoptions
 

Detailed Description

Definition at line 3042 of file parsenodes.h.

Field Documentation

◆ extname

char* AlterExtensionStmt::extname

Definition at line 3045 of file parsenodes.h.

◆ options

List* AlterExtensionStmt::options

Definition at line 3046 of file parsenodes.h.

◆ type

NodeTag AlterExtensionStmt::type

Definition at line 3044 of file parsenodes.h.


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