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

Field Documentation

◆ cfgparser

Oid _cfgInfo::cfgparser

Definition at line 553 of file pg_dump.h.

Referenced by dumpTSConfig(), and getTSConfigurations().

◆ dobj

DumpableObject _cfgInfo::dobj

Definition at line 551 of file pg_dump.h.

Referenced by dumpTSConfig(), and getTSConfigurations().

◆ rolname

const char* _cfgInfo::rolname

Definition at line 552 of file pg_dump.h.

Referenced by dumpTSConfig(), and getTSConfigurations().


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