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

Data Fields

charname
 
charbasedir
 
charcontrol_dir
 
chardirectory
 
chardefault_version
 
charmodule_pathname
 
charcomment
 
charschema
 
bool relocatable
 
bool superuser
 
bool trusted
 
int encoding
 
List *Listno_relocate
 

Detailed Description

Definition at line 83 of file extension.c.

Field Documentation

◆ basedir

char* ExtensionControlFile::basedir

Definition at line 86 of file extension.c.

Referenced by get_extension_script_directory(), and parse_extension_control_file().

◆ comment

◆ control_dir

◆ default_version

char* ExtensionControlFile::default_version

◆ directory

char* ExtensionControlFile::directory

Definition at line 89 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 91 of file extension.c.

Referenced by execute_extension_script(), and parse_extension_control_file().

◆ name

◆ no_relocate

List* List* ExtensionControlFile::no_relocate

Definition at line 100 of file extension.c.

Referenced by parse_extension_control_file().

◆ relocatable

◆ schema

char* ExtensionControlFile::schema

◆ superuser

◆ trusted


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