|
PostgreSQL Source Code git master
|
#include "postgres_fe.h"#include <time.h>#include <unistd.h>#include "catalog/pg_authid_d.h"#include "common/connect.h"#include "common/file_perm.h"#include "common/file_utils.h"#include "common/hashfn_unstable.h"#include "common/logging.h"#include "common/string.h"#include "connectdb.h"#include "dumputils.h"#include "fe_utils/string_utils.h"#include "filter.h"#include "getopt_long.h"#include "pg_backup_archiver.h"#include "lib/simplehash.h"
Go to the source code of this file.
Data Structures | |
| struct | RoleNameEntry |
Macros | |
| #define | PGDUMP_VERSIONSTR "pg_dump (PostgreSQL) " PG_VERSION "\n" |
| #define | SH_PREFIX rolename |
| #define | SH_ELEMENT_TYPE RoleNameEntry |
| #define | SH_KEY_TYPE char * |
| #define | SH_KEY rolename |
| #define | SH_HASH_KEY(tb, key) hash_string(key) |
| #define | SH_EQUAL(tb, a, b) (strcmp(a, b) == 0) |
| #define | SH_STORE_HASH |
| #define | SH_GET_HASH(tb, a) (a)->hashval |
| #define | SH_SCOPE static inline |
| #define | SH_RAW_ALLOCATOR pg_malloc0 |
| #define | SH_DECLARE |
| #define | SH_DEFINE |
| #define | PG_AUTHID "pg_authid" |
| #define | PG_ROLES "pg_roles " |
| #define PG_AUTHID "pg_authid" |
Definition at line 128 of file pg_dumpall.c.
| #define PG_ROLES "pg_roles " |
Definition at line 129 of file pg_dumpall.c.
| #define PGDUMP_VERSIONSTR "pg_dump (PostgreSQL) " PG_VERSION "\n" |
Definition at line 43 of file pg_dumpall.c.
| #define SH_DECLARE |
Definition at line 62 of file pg_dumpall.c.
| #define SH_DEFINE |
Definition at line 63 of file pg_dumpall.c.
| #define SH_ELEMENT_TYPE RoleNameEntry |
Definition at line 53 of file pg_dumpall.c.
| #define SH_HASH_KEY | ( | tb, | |
| key | |||
| ) | hash_string(key) |
Definition at line 56 of file pg_dumpall.c.
| #define SH_KEY rolename |
Definition at line 55 of file pg_dumpall.c.
Definition at line 54 of file pg_dumpall.c.
| #define SH_PREFIX rolename |
Definition at line 52 of file pg_dumpall.c.
| #define SH_RAW_ALLOCATOR pg_malloc0 |
Definition at line 61 of file pg_dumpall.c.
Definition at line 60 of file pg_dumpall.c.
| #define SH_STORE_HASH |
Definition at line 58 of file pg_dumpall.c.
|
static |
Definition at line 2217 of file pg_dumpall.c.
References buildShSecLabelQuery(), conn, createPQExpBuffer(), PQExpBufferData::data, destroyPQExpBuffer(), emitShSecLabels(), executeQuery(), fb(), and PQclear.
Referenced by dumpRoles(), and dumpTablespaces().
|
static |
Definition at line 2268 of file pg_dumpall.c.
References appendPQExpBuffer(), appendPQExpBufferChar(), appendPQExpBufferStr(), conn, createPQExpBuffer(), PQExpBufferData::data, database_exclude_names, destroyPQExpBuffer(), executeQuery(), fb(), i, pg_fatal, PQclear, PQgetvalue, PQntuples, and simple_string_list_member().
Referenced by main().
Definition at line 2437 of file pg_dumpall.c.
References dumpIdVal.
Referenced by dropDBs(), dropRoles(), dropTablespaces(), dumpRoleGUCPrivs(), dumpRoleMembership(), dumpRoles(), dumpTablespaces(), dumpUserConfig(), and main().
Definition at line 1813 of file pg_dumpall.c.
References appendPQExpBuffer(), archDumpFormat, ARCHIVE_OPTS, ArchiveEntry(), archNull, conn, createDumpId(), createPQExpBuffer(), dbname, description, destroyPQExpBuffer(), executeQuery(), fb(), fmtId(), fout, fprintf, i, if_exists, nilCatalogId, OPF, PQclear, PQgetvalue, PQntuples, psprintf(), and SECTION_PRE_DATA.
Referenced by main().
Definition at line 944 of file pg_dumpall.c.
References appendPQExpBuffer(), archDumpFormat, ARCHIVE_OPTS, ArchiveEntry(), archNull, buf, conn, createDumpId(), createPQExpBuffer(), description, destroyPQExpBuffer(), executeQuery(), fb(), fmtId(), fout, fprintf, i, if_exists, nilCatalogId, OPF, PQclear, PQfnumber(), PQgetvalue, PQntuples, printfPQExpBuffer(), psprintf(), role_catalog, SECTION_PRE_DATA, and server_version.
Referenced by main().
Definition at line 1606 of file pg_dumpall.c.
References appendPQExpBuffer(), archDumpFormat, ARCHIVE_OPTS, ArchiveEntry(), archNull, conn, createDumpId(), createPQExpBuffer(), description, destroyPQExpBuffer(), executeQuery(), fb(), fmtId(), fout, fprintf, i, if_exists, nilCatalogId, OPF, PQclear, PQgetvalue, PQntuples, psprintf(), and SECTION_PRE_DATA.
Referenced by main().
Definition at line 1986 of file pg_dumpall.c.
References archCustom, archDumpFormat, archNull, archTar, conn, database_exclude_names, dbname, executeQuery(), fb(), filename, fprintf, free, i, MAXPGPATH, mkdir, OPF, output_clean, PG_BINARY_A, PG_BINARY_W, pg_dir_create_mode, pg_fatal, pg_log_info, PQclear, PQgetvalue, PQntuples, runPgDump(), sanitize_line(), simple_string_list_member(), and snprintf.
Referenced by main().
Definition at line 1540 of file pg_dumpall.c.
References acldefault(), archDumpFormat, ARCHIVE_OPTS, ArchiveEntry(), archNull, buf, buildACLCommands(), conn, CppAsString2, createDumpId(), createPQExpBuffer(), description, destroyPQExpBuffer(), executeQuery(), exit_nicely(), fb(), fmtId(), fout, fprintf, free, i, nilCatalogId, OPF, pg_log_error, pg_strdup(), PQclear, PQfinish(), PQgetvalue, PQntuples, psprintf(), SECTION_PRE_DATA, and server_version.
Referenced by main().
Definition at line 1263 of file pg_dumpall.c.
References admin_option, appendPQExpBuffer(), appendPQExpBufferStr(), archDumpFormat, ARCHIVE_OPTS, ArchiveEntry(), archNull, atooid, buf, conn, createDumpId(), createPQExpBuffer(), description, destroyPQExpBuffer(), executeQuery(), exit_nicely(), fb(), fmtId(), fout, fprintf, i, inherit_option, nilCatalogId, OPF, pg_free(), pg_log_error, pg_log_warning, pg_log_warning_detail, pg_malloc0_array, PQclear, PQfinish(), PQfnumber(), PQgetisnull, PQgetvalue, PQntuples, printfPQExpBuffer(), psprintf(), remaining, resetPQExpBuffer(), role_catalog, SECTION_PRE_DATA, server_version, set_option, and start.
Referenced by main().
Definition at line 1012 of file pg_dumpall.c.
References appendPQExpBuffer(), appendPQExpBufferStr(), appendStringLiteralConn(), archDumpFormat, ARCHIVE_OPTS, ArchiveEntry(), archNull, atooid, binary_upgrade, buf, buildShSecLabels(), conn, createDumpId(), createPQExpBuffer(), description, destroyPQExpBuffer(), dumpUserConfig(), executeQuery(), fb(), fmtId(), fout, fprintf, i, nilCatalogId, no_comments, no_role_passwords, no_security_labels, OPF, pg_log_warning, PQclear, PQfnumber(), PQgetisnull, PQgetvalue, PQntuples, printfPQExpBuffer(), psprintf(), resetPQExpBuffer(), role_catalog, SECTION_PRE_DATA, and server_version.
Referenced by main().
Definition at line 1661 of file pg_dumpall.c.
References acldefault(), appendPQExpBuffer(), appendPQExpBufferStr(), appendStringLiteralConn(), archDumpFormat, ARCHIVE_OPTS, ArchiveEntry(), archNull, atooid, binary_upgrade, buf, buildACLCommands(), buildShSecLabels(), conn, createDumpId(), createPQExpBuffer(), description, destroyPQExpBuffer(), executeQuery(), exit_nicely(), fb(), fmtId(), fout, fprintf, free, i, is_absolute_path, nilCatalogId, no_comments, no_security_labels, OPF, pg_log_error, pg_strdup(), PQclear, PQfinish(), PQgetvalue, PQntuples, psprintf(), resetPQExpBuffer(), SECTION_PRE_DATA, server_version, and skip_acls.
Referenced by main().
Definition at line 2330 of file pg_dumpall.c.
References buf, fb(), fprintf, now(), OPF, and PGDUMP_STRFTIME_FMT.
Referenced by main().
Definition at line 1881 of file pg_dumpall.c.
References appendPQExpBufferChar(), appendStringLiteralConn(), archDumpFormat, ARCHIVE_OPTS, ArchiveEntry(), archNull, buf, conn, createDumpId(), createPQExpBuffer(), description, destroyPQExpBuffer(), executeQuery(), fb(), fmtId(), fout, fprintf, free, i, makeAlterConfigCommand(), nilCatalogId, OPF, PQclear, PQgetvalue, PQntuples, printfPQExpBuffer(), psprintf(), resetPQExpBuffer(), role_catalog, sanitize_line(), SECTION_PRE_DATA, and username.
Referenced by dumpRoles().
Definition at line 2236 of file pg_dumpall.c.
References conn, exit_nicely(), pg_log_error, pg_log_error_detail, pg_log_info, PGRES_COMMAND_OK, PQclear, PQerrorMessage(), PQexec(), PQfinish(), and PQresultStatus.
Referenced by appendQualifiedRelation(), connect_slot(), main(), retrieve_objects(), and vacuum_one_database().
|
static |
Definition at line 1933 of file pg_dumpall.c.
References appendPQExpBufferStr(), conn, createPQExpBuffer(), PQExpBufferData::data, destroyPQExpBuffer(), executeQuery(), exit_nicely(), fb(), i, pg_log_error, PQclear, PQfinish(), PQgetvalue, PQntuples, processSQLNamePattern(), resetPQExpBuffer(), and simple_string_list_append().
Referenced by main().
Definition at line 863 of file pg_dumpall.c.
References _, fb(), printf, and progname.
Referenced by main().
Definition at line 144 of file pg_dumpall.c.
References appendPQExpBuffer(), appendPQExpBufferStr(), appendShellString(), appendStringLiteralAH, archCustom, archDumpFormat, ARCHIVE_OPTS, ArchiveEntry(), archModeWrite, archNull, Assert, binary_upgrade, check_for_invalid_global_names(), CloseArchive(), column_inserts, conn, ConnectDatabase(), connstr, _dumpOptions::cparams, create_or_open_dir(), CreateArchive(), createDumpId(), createPQExpBuffer(), PQExpBufferData::data, DATA_DIR_SYNC_METHOD_FSYNC, database_exclude_names, database_exclude_patterns, description, destroyPQExpBuffer(), disable_dollar_quoting, disable_triggers, dosync, dropDBs(), dropRoles(), dropTablespaces(), dumpDatabases(), dumpRoleGUCPrivs(), dumpRoleMembership(), dumpRoles(), dumpTablespaces(), dumpTimestamp(), encoding, executeCommand(), exit_nicely(), expand_dbname_patterns(), fb(), filename, find_my_exec(), find_other_exec(), fmtId(), fout, fprintf, fsync_fname(), generate_restrict_key(), get_progname(), getopt_long(), SimpleStringList::head, help(), if_exists, InitDumpOptions(), inserts, load_via_partition_root, MAXPGPATH, Archive::maxRemoteVersion, Archive::minRemoteVersion, NewRestoreOptions(), nilCatalogId, no_argument, no_comments, no_data, no_policies, no_publications, no_role_passwords, no_schema, no_security_labels, no_statistics, no_subscriptions, no_table_access_method, no_tablespaces, no_toast_compression, no_unlogged_table_data, Archive::numWorkers, on_conflict_do_nothing, on_exit_close_archive(), OPF, optarg, optind, output_clean, parseDumpFormat(), PG_AUTHID, PG_BINARY_W, pg_dump_bin, pg_encoding_to_char, pg_fatal, pg_log_error, pg_log_error_hint, PG_LOG_WARNING, pg_logging_increase_verbosity(), pg_logging_init(), pg_logging_set_level(), PG_ROLES, pg_strdup(), PG_TEXTDOMAIN, PGDUMP_VERSIONSTR, pgdumpopts, pghost, pgport, PQclientEncoding(), PQfinish(), PQsetClientEncoding(), ProcessArchiveRestoreOptions(), progname, quote_all_identifiers, read_dumpall_filters(), required_argument, resetPQExpBuffer(), restrict_key, role_catalog, SECTION_PRE_DATA, sequence_data, server_version, set_pglocale_pgservice(), SetArchiveOptions(), setFmtEncoding(), simple_string_list_append(), skip_acls, snprintf, sprintf, statistics_only, strlcpy(), TRI_DEFAULT, TRI_NO, TRI_YES, use_setsessauth, _connParams::username, valid_restrict_key(), Archive::verbose, verbose, and with_statistics.
|
static |
Definition at line 2404 of file pg_dumpall.c.
References archCustom, archDirectory, archDumpFormat, archNull, archTar, format, pg_fatal, and pg_strcasecmp().
Referenced by main().
|
static |
Definition at line 2349 of file pg_dumpall.c.
References _, exit_nicely(), fb(), filename, FILTER_COMMAND_TYPE_INCLUDE, filter_free(), filter_init(), FILTER_OBJECT_TYPE_DATABASE, FILTER_OBJECT_TYPE_EXTENSION, FILTER_OBJECT_TYPE_FOREIGN_DATA, FILTER_OBJECT_TYPE_FUNCTION, FILTER_OBJECT_TYPE_INDEX, filter_object_type_name(), FILTER_OBJECT_TYPE_NONE, FILTER_OBJECT_TYPE_SCHEMA, FILTER_OBJECT_TYPE_TABLE, FILTER_OBJECT_TYPE_TABLE_AND_CHILDREN, FILTER_OBJECT_TYPE_TABLE_DATA, FILTER_OBJECT_TYPE_TABLE_DATA_AND_CHILDREN, FILTER_OBJECT_TYPE_TRIGGER, filter_read_item(), free, pg_log_filter_error(), and simple_string_list_append().
Referenced by main().
Definition at line 2144 of file pg_dumpall.c.
References appendConnStrVal(), appendPQExpBuffer(), appendPQExpBufferStr(), appendShellString(), archCustom, archDirectory, archDumpFormat, archNull, archTar, connstr, PQExpBufferData::data, dbname, fb(), filename, initPQExpBuffer(), pg_dump_bin, pg_log_info, pgdumpopts, printfPQExpBuffer(), and termPQExpBuffer().
Referenced by dumpDatabases().
|
static |
Definition at line 140 of file pg_dumpall.c.
Referenced by dropDBs(), dropRoles(), dropTablespaces(), dumpDatabases(), dumpRoleGUCPrivs(), dumpRoleMembership(), dumpRoles(), dumpTablespaces(), dumpUserConfig(), main(), parseDumpFormat(), and runPgDump().
|
static |
Definition at line 100 of file pg_dumpall.c.
Referenced by dumpRoles(), dumpTablespaces(), and main().
|
static |
Definition at line 101 of file pg_dumpall.c.
Referenced by main().
Definition at line 94 of file pg_dumpall.c.
Referenced by appendPsqlMetaConnect(), ConnectDatabase(), constructConnStr(), dblink_connect(), dblink_connstr_check(), dblink_connstr_has_pw(), dblink_connstr_has_required_scram_options(), dblink_get_conn(), dblink_security_check(), generate_old_dump(), GetDbnameFromConnectionOptions(), main(), parse_connection_string(), recognized_connection_string(), recognized_connection_string(), runPgDump(), uri_prefix_length(), and uri_prefix_length().
|
static |
Definition at line 135 of file pg_dumpall.c.
Referenced by check_for_invalid_global_names(), dumpDatabases(), and main().
|
static |
|
static |
Definition at line 102 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 103 of file pg_dumpall.c.
Definition at line 98 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 139 of file pg_dumpall.c.
Referenced by createDumpId().
Definition at line 132 of file pg_dumpall.c.
Referenced by _fileExistsInDirectory(), _PrintFileData(), _PrintFileData(), _tarPositionTo(), _tarWriteHeader(), adjust_data_dir(), adjust_data_dir(), BaseBackup(), basebackup_read_file(), bbsink_server_begin_archive(), bbsink_server_end_manifest(), be_lo_export(), be_lo_import(), be_lo_import_with_oid(), BeginCopyFrom(), BeginCopyTo(), check_file_excluded(), CheckXLogRemoved(), convert_and_check_filename(), create_file_for_extract(), CreateExtensionInternal(), CreateLockFile(), db_dir_size(), decide_file_action(), dir_close(), dir_get_file_name(), dir_open_for_write(), dispell_init(), dsynonym_init(), dumpDatabases(), dxsyn_init(), ecpg_postprocess_result(), errfinish(), errsave_finish(), execute_extension_script(), execute_sql_string(), expand_tilde(), exportFile(), exportFile(), extract_directory(), extract_link(), file_acquire_sample_rows(), file_exists_in_directory(), file_fdw_validator(), fileAnalyzeForeignTable(), fileBeginForeignScan(), fileExplainForeignScan(), fileGetOptions(), fill_hba_line(), fill_ident_line(), filter_init(), first_dir_separator(), get_sock_dir(), GetConfFilesInDir(), getFileContentType(), hasSuffix(), importFile(), importFile(), initTrie(), internal_load_library(), is_extension_control_filename(), is_extension_script_filename(), is_xlogfilename(), IsWalSummaryFilename(), last_dir_separator(), libpqrcv_readtimelinehistoryfile(), llvm_compile_module(), lo_export(), lo_import(), lo_import_internal(), lo_import_internal(), lo_import_with_oid(), load_dh_file(), load_external_function(), load_file(), load_libraries(), load_tzoffsets(), log_locus_callback(), logfile_getname(), logfile_open(), logfile_rotate_dest(), LogicalTapeImport(), LogicalTapeSetCreate(), main(), main(), make_incremental_rfile(), make_native_path(), make_outputdirs(), make_rfile(), next_field_expand(), NIImportAffixes(), NIImportDictionary(), NIImportOOAffixes(), open_auth_file(), parse_backup_label(), parse_extension_control_file(), parse_relfilenumber(), parse_snapshot_filename(), parseIntFromText(), ParseTzFile(), parseVxidFromText(), parseXidFromText(), pg_log_generic_v(), pg_stat_file(), PLy_traceback(), process_file(), process_file(), process_psqlrc_file(), process_queued_fetch_requests(), progress_update_filename(), read_binary_file(), read_dictionary(), read_dump_filters(), read_dumpall_filters(), read_extension_script_file(), read_restore_filters(), read_text_file(), read_whole_file(), readstoplist(), reconstruct_from_incremental_file(), regcomp_auth_token(), run_diff(), runPgDump(), sendFileWithContent(), set_backtrace(), set_input(), set_stack_entry_location(), SetOutput(), setup_run_file(), shell_construct_command(), shell_run_command(), should_allow_existing_directory(), slurp_file(), splitTzLine(), SysLogger_Start(), tar_get_file_name(), tarCreateHeader(), tarOpen(), test_slru_scan_cb(), thesaurusRead(), tokenize_auth_file(), TrimExtension(), tsearch_readline_begin(), UpdateLastRemovedPtr(), verify_plain_backup_directory(), verify_tar_backup(), write_auto_conf_file(), WriteRecoveryConfig(), writeTimeLineHistoryFile(), and XLogRecordSaveFPWs().
Definition at line 138 of file pg_dumpall.c.
Referenced by _print_horizontal_line(), append_depends_on_extension(), appendNamedArgument(), appendReloptionsArrayAH(), asciidoc_escaped_print(), binary_upgrade_set_type_oids_by_rel(), binary_upgrade_set_type_oids_by_type_oid(), BuildArchiveDependencies(), buildMatViewRefreshDependencies(), checkExtensionMembership(), collectBinaryUpgradeClassOids(), collectComments(), collectRoleNames(), collectSecLabels(), collectSequences(), convertTSFunction(), createViewAsClause(), csv_escaped_print(), csv_print_field(), determineNotNullFlags(), do_field(), do_header(), dropDBs(), dropRoles(), dropTablespaces(), dumpAccessMethod(), dumpACL(), dumpAgg(), dumpAttrDef(), dumpBaseType(), dumpCast(), dumpCollation(), dumpComment(), dumpCommentExtended(), dumpCompositeType(), dumpCompositeTypeColComments(), dumpConstraint(), dumpConversion(), dumpDatabase(), dumpDefaultACL(), dumpDomain(), dumpDumpableObject(), dumpEnumType(), dumpEventTrigger(), dumpExtension(), dumpForeignDataWrapper(), dumpForeignServer(), dumpFunc(), dumpIndex(), dumpIndexAttach(), dumpLO(), dumpLOs(), dumpNamespace(), dumpOpclass(), dumpOpfamily(), dumpOpr(), dumpPolicy(), dumpProcLang(), dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), dumpRangeType(), dumpRelationStats(), dumpRelationStats_dumper(), dumpRoleGUCPrivs(), dumpRoleMembership(), dumpRoles(), dumpRule(), dumpSecLabel(), dumpSequence(), dumpSequenceData(), dumpShellType(), dumpStatisticsExt(), dumpStatisticsExtStats(), dumpSubscription(), dumpSubscriptionTable(), dumpTable(), dumpTableAttach(), dumpTableComment(), dumpTableConstraintComment(), dumpTableData(), dumpTableData_copy(), dumpTableData_insert(), dumpTableSchema(), dumpTableSecLabel(), dumpTablespaces(), dumpTransform(), dumpTrigger(), dumpTSConfig(), dumpTSDictionary(), dumpTSParser(), dumpTSTemplate(), dumpType(), dumpUndefinedType(), dumpUserConfig(), dumpUserMappings(), exec_command_echo(), ExecuteSqlQueryForSingleRow(), expand_extension_name_patterns(), expand_foreign_server_name_patterns(), expand_schema_name_patterns(), expand_table_name_patterns(), fetchAttributeStats(), flagInhAttrs(), format_aggregate_signature(), format_function_signature(), get_language_name(), get_next_possible_free_pg_type_oid(), get_synchronized_snapshot(), getAccessMethods(), getAdditionalACLs(), getAggregates(), getCasts(), getCollations(), getConstraints(), getConversions(), getDefaultACLs(), getDependencies(), getDomainConstraints(), getEventTriggers(), getExtendedStatistics(), getExtensionMembership(), getExtensions(), getForeignDataWrappers(), getForeignServers(), getFormattedTypeName(), getFuncs(), getIndexes(), getInherits(), getLOs(), getNamespaces(), getOpclasses(), getOperators(), getOpfamilies(), getPartitioningInfo(), getPolicies(), getProcLangs(), getPublicationNamespaces(), getPublications(), getPublicationTables(), getRelationStatistics(), getRules(), getSchemaData(), getSubscriptionRelations(), getSubscriptions(), getTableAttrs(), getTables(), getTransforms(), getTriggers(), getTSConfigurations(), getTSDictionaries(), getTSParsers(), getTSTemplates(), getTypes(), html_escaped_print(), is_superuser(), IsPagerNeeded(), latex_escaped_print(), main(), main(), openQueryOutputFile(), output_row(), PQprint(), PQprintTuples(), print_aligned_text(), print_aligned_vertical(), print_aligned_vertical_line(), print_asciidoc_text(), print_asciidoc_vertical(), print_csv_text(), print_csv_vertical(), print_html_text(), print_html_vertical(), print_latex_longtable_text(), print_latex_text(), print_latex_vertical(), print_separator(), print_troff_ms_text(), print_troff_ms_vertical(), print_unaligned_text(), print_unaligned_vertical(), printQuery(), PrintQueryStatus(), PrintQueryTuples(), printTable(), processExtensionTables(), refreshMatViewData(), selectDumpableAccessMethod(), selectDumpableCast(), selectDumpableNamespace(), selectDumpableObject(), selectDumpableProcLang(), selectDumpablePublicationObject(), selectDumpableStatisticsObject(), selectDumpableTable(), selectDumpableType(), setQFout(), and troff_ms_escaped_print().
|
static |
Definition at line 104 of file pg_dumpall.c.
Referenced by dropDBs(), dropRoles(), dropTablespaces(), main(), and main().
|
static |
Definition at line 105 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 122 of file pg_dumpall.c.
Referenced by main().
Definition at line 141 of file pg_dumpall.c.
Referenced by dropDBs(), dropRoles(), dropTablespaces(), dumpRoleGUCPrivs(), dumpRoleMembership(), dumpRoles(), dumpTablespaces(), dumpUserConfig(), and main().
|
static |
Definition at line 109 of file pg_dumpall.c.
Referenced by dumpRoles(), dumpTablespaces(), main(), and main().
|
static |
Definition at line 113 of file pg_dumpall.c.
|
static |
Definition at line 110 of file pg_dumpall.c.
|
static |
Definition at line 111 of file pg_dumpall.c.
|
static |
Definition at line 119 of file pg_dumpall.c.
Referenced by dumpRoles(), and main().
|
static |
Definition at line 114 of file pg_dumpall.c.
|
static |
Definition at line 112 of file pg_dumpall.c.
Referenced by dumpRoles(), dumpTablespaces(), main(), and main().
|
static |
Definition at line 115 of file pg_dumpall.c.
|
static |
Definition at line 116 of file pg_dumpall.c.
|
static |
Definition at line 106 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 107 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 117 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 118 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 123 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 131 of file pg_dumpall.c.
Referenced by dropDBs(), dropRoles(), dropTablespaces(), dumpDatabases(), dumpRoleGUCPrivs(), dumpRoleMembership(), dumpRoles(), dumpTablespaces(), dumpTimestamp(), dumpUserConfig(), and main().
Definition at line 95 of file pg_dumpall.c.
Referenced by dumpDatabases(), and main().
Definition at line 92 of file pg_dumpall.c.
Referenced by main(), and runPgDump().
|
static |
Definition at line 93 of file pg_dumpall.c.
Referenced by main(), and runPgDump().
|
static |
Definition at line 137 of file pg_dumpall.c.
Referenced by main(), and valid_restrict_key().
|
static |
Definition at line 127 of file pg_dumpall.c.
Referenced by dropRoles(), dumpRoleMembership(), dumpRoles(), dumpUserConfig(), and main().
|
static |
Definition at line 125 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 121 of file pg_dumpall.c.
Referenced by ConnectDatabase(), connection_warnings(), dropRoles(), dumpRoleGUCPrivs(), dumpRoleMembership(), dumpRoles(), dumpTablespaces(), fetch_relation_list(), fetch_remote_table_info(), main(), printVersion(), set_stream_options(), and SyncVariables().
Definition at line 96 of file pg_dumpall.c.
Referenced by dumpTablespaces(), and main().
|
static |
Definition at line 124 of file pg_dumpall.c.
|
static |
Definition at line 108 of file pg_dumpall.c.
Definition at line 97 of file pg_dumpall.c.
Referenced by main().
|
static |
Definition at line 120 of file pg_dumpall.c.