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
 

Detailed Description

Definition at line 381 of file pg_backup_archiver.h.

Field Documentation

◆ copyStmt

const char* _archiveOpts::copyStmt

Definition at line 393 of file pg_backup_archiver.h.

◆ createStmt

const char* _archiveOpts::createStmt

Definition at line 391 of file pg_backup_archiver.h.

◆ deps

const DumpId* _archiveOpts::deps

Definition at line 394 of file pg_backup_archiver.h.

◆ description

const char* _archiveOpts::description

Definition at line 389 of file pg_backup_archiver.h.

◆ dropStmt

const char* _archiveOpts::dropStmt

Definition at line 392 of file pg_backup_archiver.h.

◆ dumpArg

const void* _archiveOpts::dumpArg

Definition at line 397 of file pg_backup_archiver.h.

◆ dumpFn

DataDumperPtr _archiveOpts::dumpFn

Definition at line 396 of file pg_backup_archiver.h.

◆ nDeps

int _archiveOpts::nDeps

Definition at line 395 of file pg_backup_archiver.h.

◆ owner

const char* _archiveOpts::owner

Definition at line 388 of file pg_backup_archiver.h.

◆ relkind

char _archiveOpts::relkind

Definition at line 387 of file pg_backup_archiver.h.

◆ section

teSection _archiveOpts::section

Definition at line 390 of file pg_backup_archiver.h.

◆ tableam

const char* _archiveOpts::tableam

Definition at line 386 of file pg_backup_archiver.h.

◆ tablespace

const char* _archiveOpts::tablespace

Definition at line 385 of file pg_backup_archiver.h.

◆ tag

const char* _archiveOpts::tag

Definition at line 383 of file pg_backup_archiver.h.


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