PostgreSQL Source Code  git master
Archive Struct Reference

#include <pg_backup.h>

Data Fields

DumpOptionsdopt
 
RestoreOptionsropt
 
int verbose
 
char * remoteVersionStr
 
int remoteVersion
 
bool isStandby
 
int minRemoteVersion
 
int maxRemoteVersion
 
int numWorkers
 
char * sync_snapshot_id
 
int encoding
 
bool std_strings
 
char * searchpath
 
char * use_role
 
bool exit_on_error
 
int n_errors
 
boolis_prepared
 

Detailed Description

Definition at line 210 of file pg_backup.h.

Field Documentation

◆ dopt

DumpOptions* Archive::dopt

Definition at line 212 of file pg_backup.h.

Referenced by _CloseArchive(), checkExtensionMembership(), dumpAccessMethod(), dumpACL(), dumpAgg(), dumpAttrDef(), dumpBaseType(), dumpCast(), dumpCollation(), dumpCommentExtended(), dumpCompositeType(), dumpCompositeTypeColComments(), dumpConstraint(), dumpConversion(), dumpDatabase(), dumpDefaultACL(), dumpDomain(), dumpEnumType(), dumpEventTrigger(), dumpExtension(), dumpForeignDataWrapper(), dumpForeignServer(), dumpFunc(), dumpIndex(), dumpIndexAttach(), dumpNamespace(), dumpOpclass(), dumpOpfamily(), dumpOpr(), dumpPolicy(), dumpProcLang(), dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), dumpRangeType(), dumpRule(), dumpSecLabel(), dumpSequence(), dumpShellType(), dumpStatisticsExt(), dumpSubscription(), dumpSubscriptionTable(), dumpTable(), dumpTableAttach(), dumpTableComment(), dumpTableData(), dumpTableData_insert(), dumpTableSchema(), dumpTableSecLabel(), dumpTransform(), dumpTrigger(), dumpTSConfig(), dumpTSDictionary(), dumpTSParser(), dumpTSTemplate(), dumpType(), dumpUndefinedType(), getAggregates(), getDefaultACLs(), getExtensions(), getFuncs(), getLOs(), getPartitioningInfo(), getPublicationNamespaces(), getPublications(), getPublicationTables(), getSchemaData(), getSubscriptions(), getSubscriptionTables(), getTableAttrs(), getTables(), processExtensionTables(), selectDumpableAccessMethod(), selectDumpableCast(), selectDumpableObject(), selectDumpableProcLang(), selectDumpablePublicationObject(), SetArchiveOptions(), and setup_connection().

◆ encoding

◆ exit_on_error

bool Archive::exit_on_error

Definition at line 235 of file pg_backup.h.

Referenced by _allocAH(), main(), and warn_or_exit_horribly().

◆ is_prepared

◆ isStandby

bool Archive::isStandby

Definition at line 218 of file pg_backup.h.

Referenced by _check_database_version(), main(), and setup_connection().

◆ maxRemoteVersion

int Archive::maxRemoteVersion

Definition at line 221 of file pg_backup.h.

Referenced by _check_database_version(), main(), and RestoreArchive().

◆ minRemoteVersion

int Archive::minRemoteVersion

Definition at line 220 of file pg_backup.h.

Referenced by main(), and RestoreArchive().

◆ n_errors

◆ numWorkers

int Archive::numWorkers

Definition at line 223 of file pg_backup.h.

Referenced by main(), ParallelBackupStart(), RestoreArchive(), and setup_connection().

◆ remoteVersion

◆ remoteVersionStr

char* Archive::remoteVersionStr

Definition at line 216 of file pg_backup.h.

Referenced by _check_database_version(), and WriteHead().

◆ ropt

◆ searchpath

char* Archive::searchpath

◆ std_strings

◆ sync_snapshot_id

char* Archive::sync_snapshot_id

Definition at line 224 of file pg_backup.h.

Referenced by setup_connection().

◆ use_role

char* Archive::use_role

Definition at line 232 of file pg_backup.h.

Referenced by setup_connection().

◆ verbose

int Archive::verbose

Definition at line 215 of file pg_backup.h.

Referenced by _CloseArchive(), _PrintExtraToc(), _printTocEntry(), main(), and RestoreArchive().


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