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 179 of file pg_dump.h.

Field Documentation

◆ dobj

◆ extcondition

char* _extensionInfo::extcondition

Definition at line 186 of file pg_dump.h.

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

◆ extconfig

char* _extensionInfo::extconfig

Definition at line 185 of file pg_dump.h.

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

◆ extversion

char* _extensionInfo::extversion

Definition at line 184 of file pg_dump.h.

Referenced by dumpExtension(), and getExtensions().

◆ relocatable

bool _extensionInfo::relocatable

Definition at line 183 of file pg_dump.h.

Referenced by dumpExtension(), and getExtensions().


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