PostgreSQL Source Code git master
Data Fields
_dumpOptions Struct Reference

#include <pg_backup.h>

Data Fields

 
 
int  dumpSections
 
bool  aclsSkip
 
const char *  lockWaitTimeout
 
int  dump_inserts
 
 
 
int  if_exists
 
int  no_comments
 
int  no_policies
 
 
 
 
 
 
 
 
 
 
 
 
 
 
int  outputClean
 
 
bool  outputLOs
 
bool  dontOutputLOs
 
 
char *  outputSuperuser
 
 
int  do_nothing
 
bool  dumpSchema
 
bool  dumpData
 
 
char *  restrict_key
 

Detailed Description

Definition at line 170 of file pg_backup.h.

Field Documentation

aclsSkip

bool _dumpOptions::aclsSkip

Definition at line 178 of file pg_backup.h.

Referenced by dumpACL(), dumpDefaultACL(), dumpOptionsFromRestoreOptions(), and main().

binary_upgrade

int _dumpOptions::binary_upgrade

Definition at line 174 of file pg_backup.h.

Referenced by checkExtensionMembership(), determineNotNullFlags(), dumpAccessMethod(), dumpACL(), dumpAgg(), dumpBaseType(), dumpCast(), dumpCollation(), dumpCommentExtended(), dumpCompositeType(), dumpConstraint(), dumpConversion(), dumpDatabase(), dumpDomain(), dumpEnumType(), dumpEventTrigger(), dumpExtension(), dumpForeignDataWrapper(), dumpForeignServer(), dumpFunc(), dumpIndex(), dumpNamespace(), dumpOpclass(), dumpOpfamily(), dumpOpr(), dumpProcLang(), dumpRangeType(), dumpSecLabel(), dumpSequence(), dumpShellType(), dumpSubscription(), dumpSubscriptionTable(), dumpTableSchema(), dumpTransform(), dumpTSConfig(), dumpTSDictionary(), dumpTSParser(), dumpTSTemplate(), dumpUndefinedType(), flagInhAttrs(), getAggregates(), getFuncs(), getLOs(), getSubscriptions(), getSubscriptionTables(), getTableAttrs(), main(), and shouldPrintColumn().

column_inserts

int _dumpOptions::column_inserts

Definition at line 184 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), dumpTableData_insert(), and main().

cparams

ConnParams _dumpOptions::cparams

Definition at line 172 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

disable_dollar_quoting

int _dumpOptions::disable_dollar_quoting

Definition at line 183 of file pg_backup.h.

Referenced by dumpFunc(), dumpOptionsFromRestoreOptions(), and main().

disable_triggers

int _dumpOptions::disable_triggers

Definition at line 194 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

do_nothing

int _dumpOptions::do_nothing

Definition at line 212 of file pg_backup.h.

Referenced by dumpTableData_insert(), and main().

dontOutputLOs

bool _dumpOptions::dontOutputLOs

Definition at line 207 of file pg_backup.h.

Referenced by main().

dump_inserts

int _dumpOptions::dump_inserts

Definition at line 180 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), dumpTableData(), dumpTableData_insert(), and main().

dumpData

bool _dumpOptions::dumpData

Definition at line 216 of file pg_backup.h.

Referenced by _CloseArchive(), collectSequences(), dumpCommentExtended(), dumpOptionsFromRestoreOptions(), dumpSecLabel(), getPartitioningInfo(), and main().

dumpSchema

bool _dumpOptions::dumpSchema

Definition at line 215 of file pg_backup.h.

Referenced by dumpAccessMethod(), dumpACL(), dumpAgg(), dumpAttrDef(), dumpCast(), dumpCollation(), dumpCommentExtended(), dumpConstraint(), dumpConversion(), dumpDefaultACL(), dumpEventTrigger(), dumpExtension(), dumpForeignDataWrapper(), dumpForeignServer(), dumpFunc(), dumpIndex(), dumpIndexAttach(), dumpNamespace(), dumpOpclass(), dumpOpfamily(), dumpOpr(), dumpOptionsFromRestoreOptions(), dumpPolicy(), dumpProcLang(), dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), dumpRule(), dumpSecLabel(), dumpShellType(), dumpStatisticsExt(), dumpSubscription(), dumpSubscriptionTable(), dumpTable(), dumpTableAttach(), dumpTableComment(), dumpTableSchema(), dumpTableSecLabel(), dumpTransform(), dumpTrigger(), dumpTSConfig(), dumpTSDictionary(), dumpTSParser(), dumpTSTemplate(), dumpType(), getTableAttrs(), and main().

dumpSections

int _dumpOptions::dumpSections

Definition at line 177 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

dumpStatistics

bool _dumpOptions::dumpStatistics

Definition at line 217 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), dumpRelationStats(), getRelationStatistics(), and main().

enable_row_security

int _dumpOptions::enable_row_security

Definition at line 198 of file pg_backup.h.

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

if_exists

int _dumpOptions::if_exists

Definition at line 185 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

include_everything

bool _dumpOptions::include_everything

Definition at line 202 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), main(), read_dump_filters(), selectDumpableAccessMethod(), selectDumpableCast(), selectDumpableDefaultACL(), selectDumpableExtension(), selectDumpableObject(), selectDumpableProcLang(), and selectDumpablePublicationObject().

load_via_partition_root

int _dumpOptions::load_via_partition_root

Definition at line 199 of file pg_backup.h.

Referenced by dumpTableData(), dumpTableData_insert(), and main().

lockWaitTimeout

const char* _dumpOptions::lockWaitTimeout

Definition at line 179 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), getTables(), and main().

no_comments

int _dumpOptions::no_comments

Definition at line 186 of file pg_backup.h.

Referenced by dumpCommentExtended(), dumpCompositeTypeColComments(), dumpDatabase(), dumpOptionsFromRestoreOptions(), dumpTableComment(), dumpTableSchema(), and main().

no_policies

int _dumpOptions::no_policies

Definition at line 187 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), getPolicies(), and main().

no_publications

int _dumpOptions::no_publications

Definition at line 188 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), getPublicationNamespaces(), getPublications(), getPublicationTables(), and main().

no_security_labels

int _dumpOptions::no_security_labels

Definition at line 189 of file pg_backup.h.

Referenced by dumpDatabase(), dumpOptionsFromRestoreOptions(), dumpSecLabel(), dumpTableSecLabel(), and main().

no_subscriptions

int _dumpOptions::no_subscriptions

Definition at line 190 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), getSubscriptions(), getSubscriptionTables(), and main().

no_toast_compression

int _dumpOptions::no_toast_compression

Definition at line 191 of file pg_backup.h.

Referenced by dumpTableSchema(), and main().

no_unlogged_table_data

int _dumpOptions::no_unlogged_table_data

Definition at line 192 of file pg_backup.h.

Referenced by main(), and makeTableDataInfo().

outputClean

int _dumpOptions::outputClean

Definition at line 204 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

outputCreateDB

int _dumpOptions::outputCreateDB

Definition at line 205 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

outputLOs

bool _dumpOptions::outputLOs

Definition at line 206 of file pg_backup.h.

Referenced by main().

outputNoOwner

int _dumpOptions::outputNoOwner

Definition at line 208 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

outputNoTableAm

int _dumpOptions::outputNoTableAm

Definition at line 195 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

outputNoTablespaces

int _dumpOptions::outputNoTablespaces

Definition at line 196 of file pg_backup.h.

Referenced by dumpDatabase(), dumpOptionsFromRestoreOptions(), and main().

outputSuperuser

char* _dumpOptions::outputSuperuser

Definition at line 209 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

restrict_key

char* _dumpOptions::restrict_key

Definition at line 219 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().

sequence_data

int _dumpOptions::sequence_data

Definition at line 211 of file pg_backup.h.

Referenced by collectSequences(), dumpOptionsFromRestoreOptions(), and main().

serializable_deferrable

int _dumpOptions::serializable_deferrable

Definition at line 193 of file pg_backup.h.

Referenced by main(), and setup_connection().

use_setsessauth

int _dumpOptions::use_setsessauth

Definition at line 197 of file pg_backup.h.

Referenced by dumpOptionsFromRestoreOptions(), and main().


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

AltStyle によって変換されたページ (->オリジナル) /