PostgreSQL Source Code git master
_cfgInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const char * rolname
 
Oid cfgparser
 

Detailed Description

Definition at line 580 of file pg_dump.h.

Field Documentation

◆ cfgparser

Oid _cfgInfo::cfgparser

Definition at line 584 of file pg_dump.h.

Referenced by dumpTSConfig(), and getTSConfigurations().

◆ dobj

DumpableObject _cfgInfo::dobj

Definition at line 582 of file pg_dump.h.

Referenced by dumpTSConfig(), and getTSConfigurations().

◆ rolname

const char* _cfgInfo::rolname

Definition at line 583 of file pg_dump.h.

Referenced by dumpTSConfig(), and getTSConfigurations().


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