PostgreSQL Source Code
git master
|
#include <pg_backup_archiver.h>
Data Fields | |
const char * | tag |
const char * | tablespace |
const char * | tableam |
const char * | owner |
const char * | description |
teSection | section |
const char * | createStmt |
const char * | dropStmt |
const char * | copyStmt |
const DumpId * | deps |
int | nDeps |
DataDumperPtr | dumpFn |
const void * | dumpArg |
Definition at line 376 of file pg_backup_archiver.h.
const char* _archiveOpts::copyStmt |
Definition at line 387 of file pg_backup_archiver.h.
const char* _archiveOpts::createStmt |
Definition at line 385 of file pg_backup_archiver.h.
const DumpId* _archiveOpts::deps |
Definition at line 388 of file pg_backup_archiver.h.
const char* _archiveOpts::description |
Definition at line 383 of file pg_backup_archiver.h.
const char* _archiveOpts::dropStmt |
Definition at line 386 of file pg_backup_archiver.h.
const void* _archiveOpts::dumpArg |
Definition at line 391 of file pg_backup_archiver.h.
DataDumperPtr _archiveOpts::dumpFn |
Definition at line 390 of file pg_backup_archiver.h.
int _archiveOpts::nDeps |
Definition at line 389 of file pg_backup_archiver.h.
const char* _archiveOpts::owner |
Definition at line 382 of file pg_backup_archiver.h.
teSection _archiveOpts::section |
Definition at line 384 of file pg_backup_archiver.h.
const char* _archiveOpts::tableam |
Definition at line 381 of file pg_backup_archiver.h.
const char* _archiveOpts::tablespace |
Definition at line 380 of file pg_backup_archiver.h.
const char* _archiveOpts::tag |
Definition at line 378 of file pg_backup_archiver.h.