|
PostgreSQL Source Code git master
|
#include <pg_backup_archiver.h>
Data Fields | |
| const char * | tag |
| const char * | tablespace |
| const char * | tableam |
| char | relkind |
| 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 |
| DefnDumperPtr | defnFn |
| const void * | defnArg |
Definition at line 390 of file pg_backup_archiver.h.
| const char* _archiveOpts::copyStmt |
Definition at line 402 of file pg_backup_archiver.h.
| const char* _archiveOpts::createStmt |
Definition at line 400 of file pg_backup_archiver.h.
| const void* _archiveOpts::defnArg |
Definition at line 408 of file pg_backup_archiver.h.
| DefnDumperPtr _archiveOpts::defnFn |
Definition at line 407 of file pg_backup_archiver.h.
| const DumpId* _archiveOpts::deps |
Definition at line 403 of file pg_backup_archiver.h.
| const char* _archiveOpts::description |
Definition at line 398 of file pg_backup_archiver.h.
| const char* _archiveOpts::dropStmt |
Definition at line 401 of file pg_backup_archiver.h.
| const void* _archiveOpts::dumpArg |
Definition at line 406 of file pg_backup_archiver.h.
| DataDumperPtr _archiveOpts::dumpFn |
Definition at line 405 of file pg_backup_archiver.h.
| int _archiveOpts::nDeps |
Definition at line 404 of file pg_backup_archiver.h.
| const char* _archiveOpts::owner |
Definition at line 397 of file pg_backup_archiver.h.
| char _archiveOpts::relkind |
Definition at line 396 of file pg_backup_archiver.h.
| teSection _archiveOpts::section |
Definition at line 399 of file pg_backup_archiver.h.
| const char* _archiveOpts::tableam |
Definition at line 395 of file pg_backup_archiver.h.
| const char* _archiveOpts::tablespace |
Definition at line 394 of file pg_backup_archiver.h.
| const char* _archiveOpts::tag |
Definition at line 392 of file pg_backup_archiver.h.