PostgreSQL Source Code  git master
_dictInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const char * rolname
 
Oid dicttemplate
 
char * dictinitoption
 

Detailed Description

Definition at line 534 of file pg_dump.h.

Field Documentation

◆ dictinitoption

char* _dictInfo::dictinitoption

Definition at line 539 of file pg_dump.h.

Referenced by dumpTSDictionary(), and getTSDictionaries().

◆ dicttemplate

Oid _dictInfo::dicttemplate

Definition at line 538 of file pg_dump.h.

Referenced by dumpTSDictionary(), and getTSDictionaries().

◆ dobj

DumpableObject _dictInfo::dobj

Definition at line 536 of file pg_dump.h.

Referenced by dumpTSDictionary(), and getTSDictionaries().

◆ rolname

const char* _dictInfo::rolname

Definition at line 537 of file pg_dump.h.

Referenced by dumpTSDictionary(), and getTSDictionaries().


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