PostgreSQL Source Code git master
Loading...
Searching...
No Matches
Archive Struct Reference

#include <pg_backup.h>

Data Fields

DumpOptionsdopt
 
RestoreOptionsropt
 
int verbose
 
charremoteVersionStr
 
int remoteVersion
 
bool isStandby
 
int minRemoteVersion
 
int maxRemoteVersion
 
int numWorkers
 
charsync_snapshot_id
 
int encoding
 
bool std_strings
 
charsearchpath
 
charuse_role
 
bool exit_on_error
 
int n_errors
 
boolis_prepared
 

Detailed Description

Definition at line 227 of file pg_backup.h.

Field Documentation

◆ dopt

DumpOptions* Archive::dopt

Definition at line 229 of file pg_backup.h.

Referenced by _CloseArchive(), _CloseArchive(), checkExtensionMembership(), collectSequences(), determineNotNullFlags(), 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(), dumpRelationStats(), dumpRule(), dumpSecLabel(), dumpSequence(), dumpSequenceData(), dumpShellType(), dumpStatisticsExt(), dumpStatisticsExtStats(), dumpSubscription(), dumpSubscriptionTable(), dumpTable(), dumpTableAttach(), dumpTableComment(), dumpTableData(), dumpTableData_copy(), dumpTableData_insert(), dumpTableSchema(), dumpTableSecLabel(), dumpTransform(), dumpTrigger(), dumpTSConfig(), dumpTSDictionary(), dumpTSParser(), dumpTSTemplate(), dumpType(), dumpUndefinedType(), getAggregates(), getDefaultACLs(), getExtendedStatistics(), getExtensions(), getFuncs(), getLOs(), getPartitioningInfo(), getPolicies(), getPublicationNamespaces(), getPublications(), getPublicationTables(), getRelationStatistics(), getSchemaData(), getSubscriptionRelations(), getSubscriptions(), getTableAttrs(), getTables(), processExtensionTables(), selectDumpableAccessMethod(), selectDumpableCast(), selectDumpableObject(), selectDumpableProcLang(), selectDumpablePublicationObject(), SetArchiveOptions(), and setup_connection().

◆ encoding

◆ exit_on_error

bool Archive::exit_on_error

◆ is_prepared

◆ isStandby

bool Archive::isStandby

Definition at line 235 of file pg_backup.h.

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

◆ maxRemoteVersion

int Archive::maxRemoteVersion

Definition at line 238 of file pg_backup.h.

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

◆ minRemoteVersion

int Archive::minRemoteVersion

Definition at line 237 of file pg_backup.h.

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

◆ n_errors

◆ numWorkers

◆ remoteVersion

◆ remoteVersionStr

char* Archive::remoteVersionStr

Definition at line 233 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 241 of file pg_backup.h.

Referenced by setup_connection().

◆ use_role

char* Archive::use_role

Definition at line 249 of file pg_backup.h.

Referenced by setup_connection().

◆ verbose


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