PostgreSQL Source Code git master
_extensionInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
bool relocatable
 
char * extversion
 
char * extconfig
 
char * extcondition
 

Detailed Description

Definition at line 193 of file pg_dump.h.

Field Documentation

◆ dobj

◆ extcondition

char* _extensionInfo::extcondition

Definition at line 200 of file pg_dump.h.

Referenced by dumpExtension(), getExtensions(), and processExtensionTables().

◆ extconfig

char* _extensionInfo::extconfig

Definition at line 199 of file pg_dump.h.

Referenced by dumpExtension(), getExtensions(), and processExtensionTables().

◆ extversion

char* _extensionInfo::extversion

Definition at line 198 of file pg_dump.h.

Referenced by dumpExtension(), and getExtensions().

◆ relocatable

bool _extensionInfo::relocatable

Definition at line 197 of file pg_dump.h.

Referenced by dumpExtension(), and getExtensions().


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