PostgreSQL Source Code git master
_collInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const char * rolname
 
int collencoding
 

Detailed Description

Definition at line 289 of file pg_dump.h.

Field Documentation

◆ collencoding

int _collInfo::collencoding

Definition at line 293 of file pg_dump.h.

Referenced by DOTypeNameCompare(), and getCollations().

◆ dobj

DumpableObject _collInfo::dobj

Definition at line 291 of file pg_dump.h.

Referenced by dumpCollation(), and getCollations().

◆ rolname

const char* _collInfo::rolname

Definition at line 292 of file pg_dump.h.

Referenced by dumpCollation(), and getCollations().


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