PostgreSQL Source Code
git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
DumpableAcl | dacl |
const char * | rolname |
DumpableAcl _blobInfo::dacl |
Definition at line 588 of file pg_dump.h.
Referenced by dumpBlob(), and getBlobs().
DumpableObject _blobInfo::dobj |
Definition at line 587 of file pg_dump.h.
Referenced by dumpBlob(), and getBlobs().
const char* _blobInfo::rolname |
Definition at line 589 of file pg_dump.h.
Referenced by dumpBlob(), and getBlobs().