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

Field Documentation

◆ dictinitoption

char* _dictInfo::dictinitoption

Definition at line 533 of file pg_dump.h.

Referenced by dumpTSDictionary(), and getTSDictionaries().

◆ dicttemplate

Oid _dictInfo::dicttemplate

Definition at line 532 of file pg_dump.h.

Referenced by dumpTSDictionary(), and getTSDictionaries().

◆ dobj

DumpableObject _dictInfo::dobj

Definition at line 530 of file pg_dump.h.

Referenced by dumpTSDictionary(), and getTSDictionaries().

◆ rolname

const char* _dictInfo::rolname

Definition at line 531 of file pg_dump.h.

Referenced by dumpTSDictionary(), and getTSDictionaries().


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