PostgreSQL Source Code git master
_archiveOpts Struct Reference

#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 DumpIddeps
 
int nDeps
 
DataDumperPtr dumpFn
 
const void * dumpArg
 
DefnDumperPtr defnFn
 
const void * defnArg
 

Detailed Description

Definition at line 391 of file pg_backup_archiver.h.

Field Documentation

◆ copyStmt

const char* _archiveOpts::copyStmt

Definition at line 403 of file pg_backup_archiver.h.

◆ createStmt

const char* _archiveOpts::createStmt

Definition at line 401 of file pg_backup_archiver.h.

◆ defnArg

const void* _archiveOpts::defnArg

Definition at line 409 of file pg_backup_archiver.h.

◆ defnFn

DefnDumperPtr _archiveOpts::defnFn

Definition at line 408 of file pg_backup_archiver.h.

◆ deps

const DumpId* _archiveOpts::deps

Definition at line 404 of file pg_backup_archiver.h.

◆ description

const char* _archiveOpts::description

Definition at line 399 of file pg_backup_archiver.h.

◆ dropStmt

const char* _archiveOpts::dropStmt

Definition at line 402 of file pg_backup_archiver.h.

◆ dumpArg

const void* _archiveOpts::dumpArg

Definition at line 407 of file pg_backup_archiver.h.

◆ dumpFn

DataDumperPtr _archiveOpts::dumpFn

Definition at line 406 of file pg_backup_archiver.h.

◆ nDeps

int _archiveOpts::nDeps

Definition at line 405 of file pg_backup_archiver.h.

◆ owner

const char* _archiveOpts::owner

Definition at line 398 of file pg_backup_archiver.h.

◆ relkind

char _archiveOpts::relkind

Definition at line 397 of file pg_backup_archiver.h.

◆ section

teSection _archiveOpts::section

Definition at line 400 of file pg_backup_archiver.h.

◆ tableam

const char* _archiveOpts::tableam

Definition at line 396 of file pg_backup_archiver.h.

◆ tablespace

const char* _archiveOpts::tablespace

Definition at line 395 of file pg_backup_archiver.h.

◆ tag

const char* _archiveOpts::tag

Definition at line 393 of file pg_backup_archiver.h.


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