PostgreSQL Source Code  git master
CreateExtensionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * extname
 
bool if_not_exists
 
Listoptions
 

Detailed Description

Definition at line 2744 of file parsenodes.h.

Field Documentation

◆ extname

char* CreateExtensionStmt::extname

Definition at line 2747 of file parsenodes.h.

◆ if_not_exists

bool CreateExtensionStmt::if_not_exists

Definition at line 2748 of file parsenodes.h.

◆ options

List* CreateExtensionStmt::options

Definition at line 2749 of file parsenodes.h.

◆ type

NodeTag CreateExtensionStmt::type

Definition at line 2746 of file parsenodes.h.


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