PostgreSQL Source Code  git master
ExtensionControlFile Struct Reference

Data Fields

char * name
 
char * directory
 
char * default_version
 
char * module_pathname
 
char * comment
 
char * schema
 
bool relocatable
 
bool superuser
 
bool trusted
 
int encoding
 
Listrequires
 
Listno_relocate
 

Detailed Description

Definition at line 77 of file extension.c.

Field Documentation

◆ comment

char* ExtensionControlFile::comment

◆ default_version

char* ExtensionControlFile::default_version

◆ directory

char* ExtensionControlFile::directory

Definition at line 80 of file extension.c.

Referenced by get_extension_script_directory(), and parse_extension_control_file().

◆ encoding

int ExtensionControlFile::encoding

◆ module_pathname

char* ExtensionControlFile::module_pathname

Definition at line 82 of file extension.c.

Referenced by execute_extension_script(), and parse_extension_control_file().

◆ name

◆ no_relocate

List* ExtensionControlFile::no_relocate

Definition at line 91 of file extension.c.

Referenced by AlterExtensionNamespace(), and parse_extension_control_file().

◆ relocatable

◆ requires

◆ schema

char* ExtensionControlFile::schema

◆ superuser

◆ trusted


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