pg_dumpall: executing SET search_path = pg_catalog pg_dumpall: executing SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolconnlimit, rolpassword, rolvaliduntil, rolreplication, rolbypassrls, pg_catalog.shobj_description(oid, 'pg_authid') as rolcomment, rolname = current_user AS is_current_user FROM pg_authid ORDER BY 2 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 19862 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20053 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20054 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20045 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20046 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20047 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20048 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20049 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20050 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20051 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20052 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 20261 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 19719 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 19746 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 19691 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_authid'::pg_catalog.regclass AND objoid = 10 pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent1') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent10') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent11') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent2') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent3') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent4') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent5') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent6') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent7') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent8') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'agent9') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'karen') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'pem_admin') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'pem_agent') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'pem_user') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'postgres') pg_dumpall: executing SELECT ur.rolname AS roleid, um.rolname AS member, a.admin_option, ug.rolname AS grantor FROM pg_auth_members a LEFT JOIN pg_authid ur on ur.oid = a.roleid LEFT JOIN pg_authid um on um.oid = a.member LEFT JOIN pg_authid ug on ug.oid = a.grantor WHERE NOT (ur.rolname ~ '^pg_' AND um.rolname ~ '^pg_')ORDER BY 1,2,3 pg_dumpall: executing SELECT oid, spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner, pg_catalog.pg_tablespace_location(oid), spcacl, '' as rspcacl, array_to_string(spcoptions, ', '),pg_catalog.shobj_description(oid, 'pg_tablespace') FROM pg_catalog.pg_tablespace WHERE spcname !~ '^pg_' ORDER BY 1 pg_dumpall: executing SELECT pg_encoding_to_char(encoding), datcollate, datctype FROM pg_database WHERE datname = 'template0' pg_dumpall: executing SELECT datname, coalesce(rolname, (select rolname from pg_authid where oid=(select datdba from pg_database where datname='template0'))), pg_encoding_to_char(d.encoding), datcollate, datctype, datfrozenxid, datminmxid, datistemplate, datacl, '' as rdatacl, datconnlimit, (SELECT spcname FROM pg_tablespace t WHERE t.oid = d.dattablespace) AS dattablespace FROM pg_database d LEFT JOIN pg_authid u ON (datdba = u.oid) WHERE datallowconn ORDER BY 1 pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setrole = 0 AND setdatabase = (SELECT oid FROM pg_database WHERE datname = 'pem') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setrole = 0 AND setdatabase = (SELECT oid FROM pg_database WHERE datname = 'postgres') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setrole = 0 AND setdatabase = (SELECT oid FROM pg_database WHERE datname = 'template1') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setrole = 0 AND setdatabase = (SELECT oid FROM pg_database WHERE datname = 'test') pg_dumpall: executing SELECT setconfig[1] FROM pg_db_role_setting WHERE setrole = 0 AND setdatabase = (SELECT oid FROM pg_database WHERE datname = 'موسيقى') pg_dumpall: executing SELECT rolname, datname, unnest(setconfig) FROM pg_db_role_setting, pg_authid u, pg_database WHERE setrole = u.oid AND setdatabase = pg_database.oid pg_dumpall: executing SELECT datname FROM pg_database WHERE datallowconn ORDER BY 1 pg_dumpall: dumping database "pem"... pg_dumpall: running ""/usr/local/pgsql-10/bin/pg_dump" -f /var/lib/pgadmin/storage/dpage/foo4.sql -w -v -Fa 'host=172.16.253.234 port=5432 user=postgres dbname=pem'" pg_dump: last built-in OID is 16383 pg_dump: reading extensions pg_dump: identifying extension members pg_dump: reading schemas pg_dump: reading user-defined tables pg_dump: reading user-defined functions pg_dump: reading user-defined types pg_dump: reading procedural languages pg_dump: reading user-defined aggregate functions pg_dump: reading user-defined operators pg_dump: reading user-defined access methods pg_dump: reading user-defined operator classes pg_dump: reading user-defined operator families pg_dump: reading user-defined text search parsers pg_dump: reading user-defined text search templates pg_dump: reading user-defined text search dictionaries pg_dump: reading user-defined text search configurations pg_dump: reading user-defined foreign-data wrappers pg_dump: reading user-defined foreign servers pg_dump: reading default privileges pg_dump: reading user-defined collations pg_dump: reading user-defined conversions pg_dump: reading type casts pg_dump: reading transforms pg_dump: reading table inheritance information pg_dump: reading event triggers pg_dump: finding extension tables pg_dump: finding inheritance relationships pg_dump: reading column info for interesting tables pg_dump: finding the columns and types of table "pem.config" pg_dump: finding default expressions of table "pem.config" pg_dump: finding the columns and types of table "pem.server" pg_dump: finding default expressions of table "pem.server" pg_dump: finding the columns and types of table "pem.avail_servers" pg_dump: finding the columns and types of table "pem.server_option" pg_dump: finding default expressions of table "pem.server_option" pg_dump: finding the columns and types of table "pem.database_option" pg_dump: finding default expressions of table "pem.database_option" pg_dump: finding the columns and types of table "pem.agent" pg_dump: finding default expressions of table "pem.agent" pg_dump: finding the columns and types of table "pem.agent_server_binding" pg_dump: finding default expressions of table "pem.agent_server_binding" pg_dump: finding check constraints for table "pem.agent_server_binding" pg_dump: finding the columns and types of table "pem.avail_agents" pg_dump: finding the columns and types of table "pem.server_version" pg_dump: finding the columns and types of table "pem.probe_target_type" pg_dump: finding the columns and types of table "pem.agent_heartbeat" pg_dump: finding the columns and types of table "pem.server_heartbeat" pg_dump: finding the columns and types of table "pem.probe" pg_dump: finding default expressions of table "pem.probe" pg_dump: finding check constraints for table "pem.probe" pg_dump: finding the columns and types of table "pem.probe_server_version" pg_dump: finding default expressions of table "pem.probe_server_version" pg_dump: finding the columns and types of table "pem.probe_column" pg_dump: finding default expressions of table "pem.probe_column" pg_dump: finding check constraints for table "pem.probe_column" pg_dump: finding the columns and types of table "pem.probe_column_definition" pg_dump: finding the columns and types of table "pem.probe_log" pg_dump: finding default expressions of table "pem.probe_log" pg_dump: finding the columns and types of table "pem.probe_config_agent" pg_dump: finding the columns and types of table "pem.probe_config_server" pg_dump: finding the columns and types of table "pem.probe_config_database" pg_dump: finding the columns and types of table "pem.probe_config_schema" pg_dump: finding the columns and types of table "pem.probe_config_table" pg_dump: finding the columns and types of table "pem.probe_config_view" pg_dump: finding the columns and types of table "pem.probe_config_index" pg_dump: finding the columns and types of table "pem.probe_config_function" pg_dump: finding the columns and types of table "pem.probe_config_sequence" pg_dump: finding the columns and types of table "pem.audit_configuration" pg_dump: finding default expressions of table "pem.audit_configuration" pg_dump: finding check constraints for table "pem.audit_configuration" pg_dump: finding the columns and types of table "pemdata.audit_logs" pg_dump: finding default expressions of table "pemdata.audit_logs" pg_dump: finding the columns and types of table "pem.log_configuration" pg_dump: finding default expressions of table "pem.log_configuration" pg_dump: finding check constraints for table "pem.log_configuration" pg_dump: finding the columns and types of table "pemdata.server_logs" pg_dump: finding default expressions of table "pemdata.server_logs" pg_dump: finding the columns and types of table "pem.jobagent" pg_dump: finding default expressions of table "pem.jobagent" pg_dump: finding the columns and types of table "pem.job" pg_dump: finding default expressions of table "pem.job" pg_dump: finding check constraints for table "pem.job" pg_dump: finding the columns and types of table "pem.jobstep" pg_dump: finding default expressions of table "pem.jobstep" pg_dump: finding check constraints for table "pem.jobstep" pg_dump: finding the columns and types of table "pem.schedule" pg_dump: finding default expressions of table "pem.schedule" pg_dump: finding check constraints for table "pem.schedule" pg_dump: finding the columns and types of table "pem.exception" pg_dump: finding default expressions of table "pem.exception" pg_dump: finding the columns and types of table "pem.joblog" pg_dump: finding default expressions of table "pem.joblog" pg_dump: finding check constraints for table "pem.joblog" pg_dump: finding the columns and types of table "pem.jobsteplog" pg_dump: finding default expressions of table "pem.jobsteplog" pg_dump: finding check constraints for table "pem.jobsteplog" pg_dump: finding the columns and types of table "pem.probe_schedule" pg_dump: finding default expressions of table "pem.probe_schedule" pg_dump: finding the columns and types of table "pem.sr_master" pg_dump: finding default expressions of table "pem.sr_master" pg_dump: finding the columns and types of table "pem.sr_standby" pg_dump: finding default expressions of table "pem.sr_standby" pg_dump: finding the columns and types of table "pem.sr_existing_replication" pg_dump: finding default expressions of table "pem.sr_existing_replication" pg_dump: finding the columns and types of table "pemdata.oc_tablespace" pg_dump: finding default expressions of table "pemdata.oc_tablespace" pg_dump: finding the columns and types of table "pemhistory.oc_tablespace" pg_dump: finding default expressions of table "pemhistory.oc_tablespace" pg_dump: finding the columns and types of table "pemdata.oc_database" pg_dump: finding default expressions of table "pemdata.oc_database" pg_dump: finding the columns and types of table "pemhistory.oc_database" pg_dump: finding default expressions of table "pemhistory.oc_database" pg_dump: finding the columns and types of table "pemdata.oc_schema" pg_dump: finding default expressions of table "pemdata.oc_schema" pg_dump: finding the columns and types of table "pemhistory.oc_schema" pg_dump: finding default expressions of table "pemhistory.oc_schema" pg_dump: finding the columns and types of table "pemdata.oc_table" pg_dump: finding default expressions of table "pemdata.oc_table" pg_dump: finding the columns and types of table "pemhistory.oc_table" pg_dump: finding default expressions of table "pemhistory.oc_table" pg_dump: finding the columns and types of table "pemdata.oc_index" pg_dump: finding default expressions of table "pemdata.oc_index" pg_dump: finding the columns and types of table "pemhistory.oc_index" pg_dump: finding default expressions of table "pemhistory.oc_index" pg_dump: finding the columns and types of table "pemdata.oc_foreign_key" pg_dump: finding default expressions of table "pemdata.oc_foreign_key" pg_dump: finding the columns and types of table "pemhistory.oc_foreign_key" pg_dump: finding default expressions of table "pemhistory.oc_foreign_key" pg_dump: finding the columns and types of table "pemdata.oc_sequence" pg_dump: finding default expressions of table "pemdata.oc_sequence" pg_dump: finding the columns and types of table "pemhistory.oc_sequence" pg_dump: finding default expressions of table "pemhistory.oc_sequence" pg_dump: finding the columns and types of table "pemdata.oc_function" pg_dump: finding default expressions of table "pemdata.oc_function" pg_dump: finding the columns and types of table "pemhistory.oc_function" pg_dump: finding default expressions of table "pemhistory.oc_function" pg_dump: finding the columns and types of table "pemdata.oc_extension" pg_dump: finding default expressions of table "pemdata.oc_extension" pg_dump: finding the columns and types of table "pemhistory.oc_extension" pg_dump: finding default expressions of table "pemhistory.oc_extension" pg_dump: finding the columns and types of table "pemdata.function_statistics" pg_dump: finding default expressions of table "pemdata.function_statistics" pg_dump: finding the columns and types of table "pemhistory.function_statistics" pg_dump: finding default expressions of table "pemhistory.function_statistics" pg_dump: finding the columns and types of table "pemdata.slony_replication" pg_dump: finding default expressions of table "pemdata.slony_replication" pg_dump: finding the columns and types of table "pemhistory.slony_replication" pg_dump: finding default expressions of table "pemhistory.slony_replication" pg_dump: finding the columns and types of table "pemdata.server_info" pg_dump: finding default expressions of table "pemdata.server_info" pg_dump: finding the columns and types of table "pemhistory.server_info" pg_dump: finding default expressions of table "pemhistory.server_info" pg_dump: finding the columns and types of table "pemdata.database_statistics" pg_dump: finding default expressions of table "pemdata.database_statistics" pg_dump: finding the columns and types of table "pemhistory.database_statistics" pg_dump: finding default expressions of table "pemhistory.database_statistics" pg_dump: finding the columns and types of table "pemdata.tablespace_size" pg_dump: finding default expressions of table "pemdata.tablespace_size" pg_dump: finding the columns and types of table "pemhistory.tablespace_size" pg_dump: finding default expressions of table "pemhistory.tablespace_size" pg_dump: finding the columns and types of table "pemdata.database_size" pg_dump: finding default expressions of table "pemdata.database_size" pg_dump: finding the columns and types of table "pemhistory.database_size" pg_dump: finding default expressions of table "pemhistory.database_size" pg_dump: finding the columns and types of table "pemdata.table_statistics" pg_dump: finding default expressions of table "pemdata.table_statistics" pg_dump: finding the columns and types of table "pemhistory.table_statistics" pg_dump: finding default expressions of table "pemhistory.table_statistics" pg_dump: finding the columns and types of table "pemdata.index_statistics" pg_dump: finding default expressions of table "pemdata.index_statistics" pg_dump: finding the columns and types of table "pemhistory.index_statistics" pg_dump: finding default expressions of table "pemhistory.index_statistics" pg_dump: finding the columns and types of table "pemdata.database_frozenxid" pg_dump: finding default expressions of table "pemdata.database_frozenxid" pg_dump: finding the columns and types of table "pemhistory.database_frozenxid" pg_dump: finding default expressions of table "pemhistory.database_frozenxid" pg_dump: finding the columns and types of table "pemdata.table_frozenxid" pg_dump: finding default expressions of table "pemdata.table_frozenxid" pg_dump: finding the columns and types of table "pemhistory.table_frozenxid" pg_dump: finding default expressions of table "pemhistory.table_frozenxid" pg_dump: finding the columns and types of table "pemdata.table_bloat" pg_dump: finding default expressions of table "pemdata.table_bloat" pg_dump: finding the columns and types of table "pemhistory.table_bloat" pg_dump: finding default expressions of table "pemhistory.table_bloat" pg_dump: finding the columns and types of table "pemdata.table_size" pg_dump: finding default expressions of table "pemdata.table_size" pg_dump: finding the columns and types of table "pemhistory.table_size" pg_dump: finding default expressions of table "pemhistory.table_size" pg_dump: finding the columns and types of table "pemdata.index_size" pg_dump: finding default expressions of table "pemdata.index_size" pg_dump: finding the columns and types of table "pemhistory.index_size" pg_dump: finding default expressions of table "pemhistory.index_size" pg_dump: finding the columns and types of table "pemdata.background_writer_statistics" pg_dump: finding default expressions of table "pemdata.background_writer_statistics" pg_dump: finding the columns and types of table "pemhistory.background_writer_statistics" pg_dump: finding default expressions of table "pemhistory.background_writer_statistics" pg_dump: finding the columns and types of table "pemdata.number_of_wal_files" pg_dump: finding default expressions of table "pemdata.number_of_wal_files" pg_dump: finding the columns and types of table "pemhistory.number_of_wal_files" pg_dump: finding default expressions of table "pemhistory.number_of_wal_files" pg_dump: finding the columns and types of table "pemdata.number_of_prepared_transactions" pg_dump: finding default expressions of table "pemdata.number_of_prepared_transactions" pg_dump: finding the columns and types of table "pemhistory.number_of_prepared_transactions" pg_dump: finding default expressions of table "pemhistory.number_of_prepared_transactions" pg_dump: finding the columns and types of table "pemdata.settings" pg_dump: finding default expressions of table "pemdata.settings" pg_dump: finding the columns and types of table "pemhistory.settings" pg_dump: finding default expressions of table "pemhistory.settings" pg_dump: finding the columns and types of table "pemdata.session_info" pg_dump: finding default expressions of table "pemdata.session_info" pg_dump: finding the columns and types of table "pemhistory.session_info" pg_dump: finding default expressions of table "pemhistory.session_info" pg_dump: finding the columns and types of table "pemdata.system_waits" pg_dump: finding default expressions of table "pemdata.system_waits" pg_dump: finding the columns and types of table "pemhistory.system_waits" pg_dump: finding default expressions of table "pemhistory.system_waits" pg_dump: finding the columns and types of table "pemdata.session_waits" pg_dump: finding default expressions of table "pemdata.session_waits" pg_dump: finding the columns and types of table "pemhistory.session_waits" pg_dump: finding default expressions of table "pemhistory.session_waits" pg_dump: finding the columns and types of table "pemdata.user_info" pg_dump: finding default expressions of table "pemdata.user_info" pg_dump: finding the columns and types of table "pemhistory.user_info" pg_dump: finding default expressions of table "pemhistory.user_info" pg_dump: finding the columns and types of table "pemdata.streaming_replication_db_conflicts" pg_dump: finding default expressions of table "pemdata.streaming_replication_db_conflicts" pg_dump: finding the columns and types of table "pemhistory.streaming_replication_db_conflicts" pg_dump: finding default expressions of table "pemhistory.streaming_replication_db_conflicts" pg_dump: finding the columns and types of table "pemdata.lock_info" pg_dump: finding default expressions of table "pemdata.lock_info" pg_dump: finding the columns and types of table "pemhistory.lock_info" pg_dump: finding default expressions of table "pemhistory.lock_info" pg_dump: finding the columns and types of table "pemdata.load_average" pg_dump: finding default expressions of table "pemdata.load_average" pg_dump: finding the columns and types of table "pemhistory.load_average" pg_dump: finding default expressions of table "pemhistory.load_average" pg_dump: finding the columns and types of table "pemdata.disk_space" pg_dump: finding default expressions of table "pemdata.disk_space" pg_dump: finding the columns and types of table "pemhistory.disk_space" pg_dump: finding default expressions of table "pemhistory.disk_space" pg_dump: finding the columns and types of table "pemdata.disk_busy_info" pg_dump: finding default expressions of table "pemdata.disk_busy_info" pg_dump: finding the columns and types of table "pemhistory.disk_busy_info" pg_dump: finding default expressions of table "pemhistory.disk_busy_info" pg_dump: finding the columns and types of table "pemdata.memory_usage" pg_dump: finding default expressions of table "pemdata.memory_usage" pg_dump: finding the columns and types of table "pemhistory.memory_usage" pg_dump: finding default expressions of table "pemhistory.memory_usage" pg_dump: finding the columns and types of table "pemdata.cpu_usage" pg_dump: finding default expressions of table "pemdata.cpu_usage" pg_dump: finding the columns and types of table "pemhistory.cpu_usage" pg_dump: finding default expressions of table "pemhistory.cpu_usage" pg_dump: finding the columns and types of table "pemdata.pg_hba_conf" pg_dump: finding default expressions of table "pemdata.pg_hba_conf" pg_dump: finding the columns and types of table "pemhistory.pg_hba_conf" pg_dump: finding default expressions of table "pemhistory.pg_hba_conf" pg_dump: finding the columns and types of table "pemdata.network_statistics" pg_dump: finding default expressions of table "pemdata.network_statistics" pg_dump: finding the columns and types of table "pemhistory.network_statistics" pg_dump: finding default expressions of table "pemhistory.network_statistics" pg_dump: finding the columns and types of table "pemdata.io_analysis" pg_dump: finding default expressions of table "pemdata.io_analysis" pg_dump: finding the columns and types of table "pemhistory.io_analysis" pg_dump: finding default expressions of table "pemhistory.io_analysis" pg_dump: finding the columns and types of table "pemdata.data_log_file_analysis" pg_dump: finding default expressions of table "pemdata.data_log_file_analysis" pg_dump: finding the columns and types of table "pemhistory.data_log_file_analysis" pg_dump: finding default expressions of table "pemhistory.data_log_file_analysis" pg_dump: finding the columns and types of table "pemdata.os_statistics" pg_dump: finding default expressions of table "pemdata.os_statistics" pg_dump: finding the columns and types of table "pemhistory.os_statistics" pg_dump: finding default expressions of table "pemhistory.os_statistics" pg_dump: finding the columns and types of table "pemdata.os_info" pg_dump: finding default expressions of table "pemdata.os_info" pg_dump: finding the columns and types of table "pemhistory.os_info" pg_dump: finding default expressions of table "pemhistory.os_info" pg_dump: finding the columns and types of table "pemdata.audit_configuration" pg_dump: finding default expressions of table "pemdata.audit_configuration" pg_dump: finding the columns and types of table "pemhistory.audit_configuration" pg_dump: finding default expressions of table "pemhistory.audit_configuration" pg_dump: finding the columns and types of table "pemdata.log_configuration" pg_dump: finding default expressions of table "pemdata.log_configuration" pg_dump: finding the columns and types of table "pemhistory.log_configuration" pg_dump: finding default expressions of table "pemhistory.log_configuration" pg_dump: finding the columns and types of table "pemdata.sql_protect" pg_dump: finding default expressions of table "pemdata.sql_protect" pg_dump: finding the columns and types of table "pemhistory.sql_protect" pg_dump: finding default expressions of table "pemhistory.sql_protect" pg_dump: finding the columns and types of table "pemdata.streaming_replication" pg_dump: finding default expressions of table "pemdata.streaming_replication" pg_dump: finding the columns and types of table "pemhistory.streaming_replication" pg_dump: finding default expressions of table "pemhistory.streaming_replication" pg_dump: finding the columns and types of table "pemdata.xdb_smr_mmr_replication" pg_dump: finding default expressions of table "pemdata.xdb_smr_mmr_replication" pg_dump: finding the columns and types of table "pemhistory.xdb_smr_mmr_replication" pg_dump: finding default expressions of table "pemhistory.xdb_smr_mmr_replication" pg_dump: finding the columns and types of table "pemdata.package_catalog" pg_dump: finding default expressions of table "pemdata.package_catalog" pg_dump: finding the columns and types of table "pemdata.installed_packages" pg_dump: finding default expressions of table "pemdata.installed_packages" pg_dump: finding the columns and types of table "pemdata.oc_views" pg_dump: finding default expressions of table "pemdata.oc_views" pg_dump: finding the columns and types of table "pemhistory.oc_views" pg_dump: finding default expressions of table "pemhistory.oc_views" pg_dump: finding the columns and types of table "pemdata.mview_bloat" pg_dump: finding default expressions of table "pemdata.mview_bloat" pg_dump: finding the columns and types of table "pemhistory.mview_bloat" pg_dump: finding default expressions of table "pemhistory.mview_bloat" pg_dump: finding the columns and types of table "pemdata.mview_frozenxid" pg_dump: finding default expressions of table "pemdata.mview_frozenxid" pg_dump: finding the columns and types of table "pemhistory.mview_frozenxid" pg_dump: finding default expressions of table "pemhistory.mview_frozenxid" pg_dump: finding the columns and types of table "pemdata.mview_size" pg_dump: finding default expressions of table "pemdata.mview_size" pg_dump: finding the columns and types of table "pemhistory.mview_size" pg_dump: finding default expressions of table "pemhistory.mview_size" pg_dump: finding the columns and types of table "pemdata.auto_discover_servers" pg_dump: finding default expressions of table "pemdata.auto_discover_servers" pg_dump: finding the columns and types of table "pemdata.streaming_replication_lag_time" pg_dump: finding default expressions of table "pemdata.streaming_replication_lag_time" pg_dump: finding the columns and types of table "pemhistory.streaming_replication_lag_time" pg_dump: finding default expressions of table "pemhistory.streaming_replication_lag_time" pg_dump: finding the columns and types of table "pemdata.wal_archive_status" pg_dump: finding default expressions of table "pemdata.wal_archive_status" pg_dump: finding the columns and types of table "pemhistory.wal_archive_status" pg_dump: finding default expressions of table "pemhistory.wal_archive_status" pg_dump: finding the columns and types of table "pemdata.efm_cluster_node_status" pg_dump: finding default expressions of table "pemdata.efm_cluster_node_status" pg_dump: finding the columns and types of table "pemhistory.efm_cluster_node_status" pg_dump: finding default expressions of table "pemhistory.efm_cluster_node_status" pg_dump: finding the columns and types of table "pemdata.efm_cluster_info" pg_dump: finding default expressions of table "pemdata.efm_cluster_info" pg_dump: finding the columns and types of table "pemhistory.efm_cluster_info" pg_dump: finding default expressions of table "pemhistory.efm_cluster_info" pg_dump: finding the columns and types of table "pem.probe_target_view" pg_dump: finding the columns and types of table "pem.probe_schedule_view" pg_dump: finding the columns and types of table "pem.email_group" pg_dump: finding default expressions of table "pem.email_group" pg_dump: finding the columns and types of table "pem.email_group_option" pg_dump: finding default expressions of table "pem.email_group_option" pg_dump: finding the columns and types of table "pem.email_template" pg_dump: finding default expressions of table "pem.email_template" pg_dump: finding the columns and types of table "pem.alert_template" pg_dump: finding default expressions of table "pem.alert_template" pg_dump: finding check constraints for table "pem.alert_template" pg_dump: finding the columns and types of table "pem.alert" pg_dump: finding default expressions of table "pem.alert" pg_dump: finding check constraints for table "pem.alert" pg_dump: finding the columns and types of table "pem.alert_status" pg_dump: finding default expressions of table "pem.alert_status" pg_dump: finding the columns and types of table "pem.alert_history" pg_dump: finding default expressions of table "pem.alert_history" pg_dump: finding the columns and types of table "pem.smtp_spool" pg_dump: finding default expressions of table "pem.smtp_spool" pg_dump: finding check constraints for table "pem.smtp_spool" pg_dump: finding the columns and types of table "pem.cm_template_path" pg_dump: finding default expressions of table "pem.cm_template_path" pg_dump: finding the columns and types of table "pem.cm_template" pg_dump: finding default expressions of table "pem.cm_template" pg_dump: finding the columns and types of table "pem.cm_template_metrics" pg_dump: finding default expressions of table "pem.cm_template_metrics" pg_dump: finding the columns and types of table "pem.snmp_spool" pg_dump: finding default expressions of table "pem.snmp_spool" pg_dump: finding check constraints for table "pem.snmp_spool" pg_dump: finding the columns and types of table "pem.nagios_spool" pg_dump: finding default expressions of table "pem.nagios_spool" pg_dump: finding check constraints for table "pem.nagios_spool" pg_dump: finding the columns and types of table "pem.package_installation" pg_dump: finding default expressions of table "pem.package_installation" pg_dump: finding the columns and types of table "pem.package_options" pg_dump: finding default expressions of table "pem.package_options" pg_dump: finding check constraints for table "pem.package_options" pg_dump: finding the columns and types of table "pem.chart_category" pg_dump: finding default expressions of table "pem.chart_category" pg_dump: finding the columns and types of table "pem.chart_func" pg_dump: finding default expressions of table "pem.chart_func" pg_dump: finding check constraints for table "pem.chart_func" pg_dump: finding the columns and types of table "pem.chart" pg_dump: finding default expressions of table "pem.chart" pg_dump: finding check constraints for table "pem.chart" pg_dump: finding the columns and types of table "pem.bar_chart" pg_dump: finding default expressions of table "pem.bar_chart" pg_dump: finding check constraints for table "pem.bar_chart" pg_dump: finding the columns and types of table "pem.pie_chart" pg_dump: finding default expressions of table "pem.pie_chart" pg_dump: finding check constraints for table "pem.pie_chart" pg_dump: finding the columns and types of table "pem.tbl_chart" pg_dump: finding check constraints for table "pem.tbl_chart" pg_dump: finding the columns and types of table "pem.data_chart" pg_dump: finding default expressions of table "pem.data_chart" pg_dump: finding the columns and types of table "pem.history_chart" pg_dump: finding default expressions of table "pem.history_chart" pg_dump: finding the columns and types of table "pem.metrices_chart" pg_dump: finding default expressions of table "pem.metrices_chart" pg_dump: finding check constraints for table "pem.metrices_chart" pg_dump: finding the columns and types of table "pem.chart_metric" pg_dump: finding default expressions of table "pem.chart_metric" pg_dump: finding the columns and types of table "pem.line_chart" pg_dump: finding check constraints for table "pem.line_chart" pg_dump: finding the columns and types of table "pem.capacity_report_chart" pg_dump: finding check constraints for table "pem.capacity_report_chart" pg_dump: finding the columns and types of table "pem.chart_config" pg_dump: finding default expressions of table "pem.chart_config" pg_dump: finding check constraints for table "pem.chart_config" pg_dump: finding the columns and types of table "pem.dashboard" pg_dump: finding default expressions of table "pem.dashboard" pg_dump: finding check constraints for table "pem.dashboard" pg_dump: finding the columns and types of table "pem.dashboard_section" pg_dump: finding the columns and types of table "pem.dashboard_chart" pg_dump: finding default expressions of table "pem.dashboard_chart" pg_dump: finding the columns and types of table "pem.logexp_tagbasecharts" pg_dump: finding default expressions of table "pem.logexp_tagbasecharts" pg_dump: finding the columns and types of table "pem.logexp_charts" pg_dump: finding default expressions of table "pem.logexp_charts" pg_dump: finding check constraints for table "pem.logexp_charts" pg_dump: finding the columns and types of table "pem.pe_experts" pg_dump: finding default expressions of table "pem.pe_experts" pg_dump: finding the columns and types of table "pem.pe_rules" pg_dump: finding default expressions of table "pem.pe_rules" pg_dump: finding the columns and types of table "pem.pe_rules_text" pg_dump: finding default expressions of table "pem.pe_rules_text" pg_dump: finding the columns and types of table "pem.probe_objects_combo" pg_dump: finding the columns and types of table "pem.probe_target_without_discard_history" pg_dump: finding the columns and types of table "pem.server_group" pg_dump: finding default expressions of table "pem.server_group" pg_dump: finding the columns and types of table "pem.user_server_group" pg_dump: finding default expressions of table "pem.user_server_group" pg_dump: finding the columns and types of table "pem.dashboard_settings" pg_dump: finding default expressions of table "pem.dashboard_settings" pg_dump: finding check constraints for table "pem.dashboard_settings" pg_dump: flagging inherited columns in subtables pg_dump: reading indexes pg_dump: reading indexes for table "pem.config" pg_dump: reading indexes for table "pem.server" pg_dump: reading indexes for table "pem.server_option" pg_dump: reading indexes for table "pem.database_option" pg_dump: reading indexes for table "pem.agent" pg_dump: reading indexes for table "pem.agent_server_binding" pg_dump: reading indexes for table "pem.server_version" pg_dump: reading indexes for table "pem.probe_target_type" pg_dump: reading indexes for table "pem.agent_heartbeat" pg_dump: reading indexes for table "pem.server_heartbeat" pg_dump: reading indexes for table "pem.probe" pg_dump: reading indexes for table "pem.probe_server_version" pg_dump: reading indexes for table "pem.probe_column" pg_dump: reading indexes for table "pem.probe_config_agent" pg_dump: reading indexes for table "pem.probe_config_server" pg_dump: reading indexes for table "pem.probe_config_database" pg_dump: reading indexes for table "pem.probe_config_schema" pg_dump: reading indexes for table "pem.probe_config_table" pg_dump: reading indexes for table "pem.probe_config_view" pg_dump: reading indexes for table "pem.probe_config_index" pg_dump: reading indexes for table "pem.probe_config_function" pg_dump: reading indexes for table "pem.probe_config_sequence" pg_dump: reading indexes for table "pem.audit_configuration" pg_dump: reading indexes for table "pemdata.audit_logs" pg_dump: reading indexes for table "pem.log_configuration" pg_dump: reading indexes for table "pemdata.server_logs" pg_dump: reading indexes for table "pem.jobagent" pg_dump: reading indexes for table "pem.job" pg_dump: reading indexes for table "pem.jobstep" pg_dump: reading indexes for table "pem.schedule" pg_dump: reading indexes for table "pem.exception" pg_dump: reading indexes for table "pem.joblog" pg_dump: reading indexes for table "pem.jobsteplog" pg_dump: reading indexes for table "pem.probe_schedule" pg_dump: reading indexes for table "pem.sr_master" pg_dump: reading indexes for table "pem.sr_standby" pg_dump: reading indexes for table "pem.sr_existing_replication" pg_dump: reading indexes for table "pemdata.oc_tablespace" pg_dump: reading indexes for table "pemhistory.oc_tablespace" pg_dump: reading indexes for table "pemdata.oc_database" pg_dump: reading indexes for table "pemhistory.oc_database" pg_dump: reading indexes for table "pemdata.oc_schema" pg_dump: reading indexes for table "pemhistory.oc_schema" pg_dump: reading indexes for table "pemdata.oc_table" pg_dump: reading indexes for table "pemhistory.oc_table" pg_dump: reading indexes for table "pemdata.oc_index" pg_dump: reading indexes for table "pemhistory.oc_index" pg_dump: reading indexes for table "pemdata.oc_foreign_key" pg_dump: reading indexes for table "pemhistory.oc_foreign_key" pg_dump: reading indexes for table "pemdata.oc_sequence" pg_dump: reading indexes for table "pemhistory.oc_sequence" pg_dump: reading indexes for table "pemdata.oc_function" pg_dump: reading indexes for table "pemhistory.oc_function" pg_dump: reading indexes for table "pemdata.oc_extension" pg_dump: reading indexes for table "pemhistory.oc_extension" pg_dump: reading indexes for table "pemdata.function_statistics" pg_dump: reading indexes for table "pemhistory.function_statistics" pg_dump: reading indexes for table "pemdata.slony_replication" pg_dump: reading indexes for table "pemhistory.slony_replication" pg_dump: reading indexes for table "pemdata.server_info" pg_dump: reading indexes for table "pemhistory.server_info" pg_dump: reading indexes for table "pemdata.database_statistics" pg_dump: reading indexes for table "pemhistory.database_statistics" pg_dump: reading indexes for table "pemdata.tablespace_size" pg_dump: reading indexes for table "pemhistory.tablespace_size" pg_dump: reading indexes for table "pemdata.database_size" pg_dump: reading indexes for table "pemhistory.database_size" pg_dump: reading indexes for table "pemdata.table_statistics" pg_dump: reading indexes for table "pemhistory.table_statistics" pg_dump: reading indexes for table "pemdata.index_statistics" pg_dump: reading indexes for table "pemhistory.index_statistics" pg_dump: reading indexes for table "pemdata.database_frozenxid" pg_dump: reading indexes for table "pemhistory.database_frozenxid" pg_dump: reading indexes for table "pemdata.table_frozenxid" pg_dump: reading indexes for table "pemhistory.table_frozenxid" pg_dump: reading indexes for table "pemdata.table_bloat" pg_dump: reading indexes for table "pemhistory.table_bloat" pg_dump: reading indexes for table "pemdata.table_size" pg_dump: reading indexes for table "pemhistory.table_size" pg_dump: reading indexes for table "pemdata.index_size" pg_dump: reading indexes for table "pemhistory.index_size" pg_dump: reading indexes for table "pemdata.background_writer_statistics" pg_dump: reading indexes for table "pemhistory.background_writer_statistics" pg_dump: reading indexes for table "pemdata.number_of_wal_files" pg_dump: reading indexes for table "pemhistory.number_of_wal_files" pg_dump: reading indexes for table "pemdata.number_of_prepared_transactions" pg_dump: reading indexes for table "pemhistory.number_of_prepared_transactions" pg_dump: reading indexes for table "pemdata.settings" pg_dump: reading indexes for table "pemhistory.settings" pg_dump: reading indexes for table "pemdata.session_info" pg_dump: reading indexes for table "pemhistory.session_info" pg_dump: reading indexes for table "pemdata.system_waits" pg_dump: reading indexes for table "pemhistory.system_waits" pg_dump: reading indexes for table "pemdata.session_waits" pg_dump: reading indexes for table "pemhistory.session_waits" pg_dump: reading indexes for table "pemdata.user_info" pg_dump: reading indexes for table "pemhistory.user_info" pg_dump: reading indexes for table "pemdata.streaming_replication_db_conflicts" pg_dump: reading indexes for table "pemhistory.streaming_replication_db_conflicts" pg_dump: reading indexes for table "pemdata.lock_info" pg_dump: reading indexes for table "pemhistory.lock_info" pg_dump: reading indexes for table "pemdata.load_average" pg_dump: reading indexes for table "pemhistory.load_average" pg_dump: reading indexes for table "pemdata.disk_space" pg_dump: reading indexes for table "pemhistory.disk_space" pg_dump: reading indexes for table "pemdata.disk_busy_info" pg_dump: reading indexes for table "pemhistory.disk_busy_info" pg_dump: reading indexes for table "pemdata.memory_usage" pg_dump: reading indexes for table "pemhistory.memory_usage" pg_dump: reading indexes for table "pemdata.cpu_usage" pg_dump: reading indexes for table "pemhistory.cpu_usage" pg_dump: reading indexes for table "pemdata.pg_hba_conf" pg_dump: reading indexes for table "pemhistory.pg_hba_conf" pg_dump: reading indexes for table "pemdata.network_statistics" pg_dump: reading indexes for table "pemhistory.network_statistics" pg_dump: reading indexes for table "pemdata.io_analysis" pg_dump: reading indexes for table "pemhistory.io_analysis" pg_dump: reading indexes for table "pemdata.data_log_file_analysis" pg_dump: reading indexes for table "pemhistory.data_log_file_analysis" pg_dump: reading indexes for table "pemdata.os_statistics" pg_dump: reading indexes for table "pemhistory.os_statistics" pg_dump: reading indexes for table "pemdata.os_info" pg_dump: reading indexes for table "pemhistory.os_info" pg_dump: reading indexes for table "pemdata.audit_configuration" pg_dump: reading indexes for table "pemhistory.audit_configuration" pg_dump: reading indexes for table "pemdata.log_configuration" pg_dump: reading indexes for table "pemhistory.log_configuration" pg_dump: reading indexes for table "pemdata.sql_protect" pg_dump: reading indexes for table "pemhistory.sql_protect" pg_dump: reading indexes for table "pemdata.streaming_replication" pg_dump: reading indexes for table "pemhistory.streaming_replication" pg_dump: reading indexes for table "pemdata.xdb_smr_mmr_replication" pg_dump: reading indexes for table "pemhistory.xdb_smr_mmr_replication" pg_dump: reading indexes for table "pemdata.package_catalog" pg_dump: reading indexes for table "pemdata.installed_packages" pg_dump: reading indexes for table "pemdata.oc_views" pg_dump: reading indexes for table "pemhistory.oc_views" pg_dump: reading indexes for table "pemdata.mview_bloat" pg_dump: reading indexes for table "pemhistory.mview_bloat" pg_dump: reading indexes for table "pemdata.mview_frozenxid" pg_dump: reading indexes for table "pemhistory.mview_frozenxid" pg_dump: reading indexes for table "pemdata.mview_size" pg_dump: reading indexes for table "pemhistory.mview_size" pg_dump: reading indexes for table "pemdata.auto_discover_servers" pg_dump: reading indexes for table "pemdata.streaming_replication_lag_time" pg_dump: reading indexes for table "pemhistory.streaming_replication_lag_time" pg_dump: reading indexes for table "pemdata.wal_archive_status" pg_dump: reading indexes for table "pemhistory.wal_archive_status" pg_dump: reading indexes for table "pemdata.efm_cluster_node_status" pg_dump: reading indexes for table "pemhistory.efm_cluster_node_status" pg_dump: reading indexes for table "pemdata.efm_cluster_info" pg_dump: reading indexes for table "pemhistory.efm_cluster_info" pg_dump: reading indexes for table "pem.email_group" pg_dump: reading indexes for table "pem.email_group_option" pg_dump: reading indexes for table "pem.email_template" pg_dump: reading indexes for table "pem.alert_template" pg_dump: reading indexes for table "pem.alert" pg_dump: reading indexes for table "pem.alert_status" pg_dump: reading indexes for table "pem.alert_history" pg_dump: reading indexes for table "pem.smtp_spool" pg_dump: reading indexes for table "pem.cm_template_path" pg_dump: reading indexes for table "pem.cm_template" pg_dump: reading indexes for table "pem.cm_template_metrics" pg_dump: reading indexes for table "pem.snmp_spool" pg_dump: reading indexes for table "pem.nagios_spool" pg_dump: reading indexes for table "pem.package_installation" pg_dump: reading indexes for table "pem.package_options" pg_dump: reading indexes for table "pem.chart_category" pg_dump: reading indexes for table "pem.chart_func" pg_dump: reading indexes for table "pem.chart" pg_dump: reading indexes for table "pem.bar_chart" pg_dump: reading indexes for table "pem.pie_chart" pg_dump: reading indexes for table "pem.tbl_chart" pg_dump: reading indexes for table "pem.data_chart" pg_dump: reading indexes for table "pem.history_chart" pg_dump: reading indexes for table "pem.metrices_chart" pg_dump: reading indexes for table "pem.chart_metric" pg_dump: reading indexes for table "pem.line_chart" pg_dump: reading indexes for table "pem.capacity_report_chart" pg_dump: reading indexes for table "pem.chart_config" pg_dump: reading indexes for table "pem.dashboard" pg_dump: reading indexes for table "pem.dashboard_section" pg_dump: reading indexes for table "pem.logexp_tagbasecharts" pg_dump: reading indexes for table "pem.logexp_charts" pg_dump: reading indexes for table "pem.pe_experts" pg_dump: reading indexes for table "pem.pe_rules" pg_dump: reading indexes for table "pem.pe_rules_text" pg_dump: reading indexes for table "pem.probe_objects_combo" pg_dump: reading indexes for table "pem.server_group" pg_dump: reading indexes for table "pem.user_server_group" pg_dump: reading indexes for table "pem.dashboard_settings" pg_dump: reading extended statistics pg_dump: reading constraints pg_dump: reading foreign key constraints for table "pem.server" pg_dump: reading foreign key constraints for table "pem.server_option" pg_dump: reading foreign key constraints for table "pem.database_option" pg_dump: reading foreign key constraints for table "pem.agent" pg_dump: reading foreign key constraints for table "pem.agent_server_binding" pg_dump: reading foreign key constraints for table "pem.server_version" pg_dump: reading foreign key constraints for table "pem.probe_target_type" pg_dump: reading foreign key constraints for table "pem.agent_heartbeat" pg_dump: reading foreign key constraints for table "pem.server_heartbeat" pg_dump: reading foreign key constraints for table "pem.probe" pg_dump: reading foreign key constraints for table "pem.probe_server_version" pg_dump: reading foreign key constraints for table "pem.probe_column" pg_dump: reading foreign key constraints for table "pem.probe_log" pg_dump: reading foreign key constraints for table "pem.probe_config_agent" pg_dump: reading foreign key constraints for table "pem.probe_config_server" pg_dump: reading foreign key constraints for table "pem.probe_config_database" pg_dump: reading foreign key constraints for table "pem.probe_config_schema" pg_dump: reading foreign key constraints for table "pem.probe_config_table" pg_dump: reading foreign key constraints for table "pem.probe_config_view" pg_dump: reading foreign key constraints for table "pem.probe_config_index" pg_dump: reading foreign key constraints for table "pem.probe_config_function" pg_dump: reading foreign key constraints for table "pem.probe_config_sequence" pg_dump: reading foreign key constraints for table "pem.audit_configuration" pg_dump: reading foreign key constraints for table "pem.log_configuration" pg_dump: reading foreign key constraints for table "pem.jobagent" pg_dump: reading foreign key constraints for table "pem.job" pg_dump: reading foreign key constraints for table "pem.jobstep" pg_dump: reading foreign key constraints for table "pem.schedule" pg_dump: reading foreign key constraints for table "pem.exception" pg_dump: reading foreign key constraints for table "pem.joblog" pg_dump: reading foreign key constraints for table "pem.jobsteplog" pg_dump: reading foreign key constraints for table "pem.sr_master" pg_dump: reading foreign key constraints for table "pem.sr_standby" pg_dump: reading foreign key constraints for table "pem.sr_existing_replication" pg_dump: reading foreign key constraints for table "pemdata.oc_tablespace" pg_dump: reading foreign key constraints for table "pemhistory.oc_tablespace" pg_dump: reading foreign key constraints for table "pemdata.oc_database" pg_dump: reading foreign key constraints for table "pemhistory.oc_database" pg_dump: reading foreign key constraints for table "pemdata.oc_schema" pg_dump: reading foreign key constraints for table "pemhistory.oc_schema" pg_dump: reading foreign key constraints for table "pemdata.oc_table" pg_dump: reading foreign key constraints for table "pemhistory.oc_table" pg_dump: reading foreign key constraints for table "pemdata.oc_index" pg_dump: reading foreign key constraints for table "pemhistory.oc_index" pg_dump: reading foreign key constraints for table "pemdata.oc_foreign_key" pg_dump: reading foreign key constraints for table "pemhistory.oc_foreign_key" pg_dump: reading foreign key constraints for table "pemdata.oc_sequence" pg_dump: reading foreign key constraints for table "pemhistory.oc_sequence" pg_dump: reading foreign key constraints for table "pemdata.oc_function" pg_dump: reading foreign key constraints for table "pemhistory.oc_function" pg_dump: reading foreign key constraints for table "pemdata.oc_extension" pg_dump: reading foreign key constraints for table "pemhistory.oc_extension" pg_dump: reading foreign key constraints for table "pemdata.function_statistics" pg_dump: reading foreign key constraints for table "pemhistory.function_statistics" pg_dump: reading foreign key constraints for table "pemdata.slony_replication" pg_dump: reading foreign key constraints for table "pemhistory.slony_replication" pg_dump: reading foreign key constraints for table "pemdata.server_info" pg_dump: reading foreign key constraints for table "pemhistory.server_info" pg_dump: reading foreign key constraints for table "pemdata.database_statistics" pg_dump: reading foreign key constraints for table "pemhistory.database_statistics" pg_dump: reading foreign key constraints for table "pemdata.tablespace_size" pg_dump: reading foreign key constraints for table "pemhistory.tablespace_size" pg_dump: reading foreign key constraints for table "pemdata.database_size" pg_dump: reading foreign key constraints for table "pemhistory.database_size" pg_dump: reading foreign key constraints for table "pemdata.table_statistics" pg_dump: reading foreign key constraints for table "pemhistory.table_statistics" pg_dump: reading foreign key constraints for table "pemdata.index_statistics" pg_dump: reading foreign key constraints for table "pemhistory.index_statistics" pg_dump: reading foreign key constraints for table "pemdata.database_frozenxid" pg_dump: reading foreign key constraints for table "pemhistory.database_frozenxid" pg_dump: reading foreign key constraints for table "pemdata.table_frozenxid" pg_dump: reading foreign key constraints for table "pemhistory.table_frozenxid" pg_dump: reading foreign key constraints for table "pemdata.table_bloat" pg_dump: reading foreign key constraints for table "pemhistory.table_bloat" pg_dump: reading foreign key constraints for table "pemdata.table_size" pg_dump: reading foreign key constraints for table "pemhistory.table_size" pg_dump: reading foreign key constraints for table "pemdata.index_size" pg_dump: reading foreign key constraints for table "pemhistory.index_size" pg_dump: reading foreign key constraints for table "pemdata.background_writer_statistics" pg_dump: reading foreign key constraints for table "pemhistory.background_writer_statistics" pg_dump: reading foreign key constraints for table "pemdata.number_of_wal_files" pg_dump: reading foreign key constraints for table "pemhistory.number_of_wal_files" pg_dump: reading foreign key constraints for table "pemdata.number_of_prepared_transactions" pg_dump: reading foreign key constraints for table "pemhistory.number_of_prepared_transactions" pg_dump: reading foreign key constraints for table "pemdata.settings" pg_dump: reading foreign key constraints for table "pemhistory.settings" pg_dump: reading foreign key constraints for table "pemdata.session_info" pg_dump: reading foreign key constraints for table "pemhistory.session_info" pg_dump: reading foreign key constraints for table "pemdata.system_waits" pg_dump: reading foreign key constraints for table "pemhistory.system_waits" pg_dump: reading foreign key constraints for table "pemdata.session_waits" pg_dump: reading foreign key constraints for table "pemhistory.session_waits" pg_dump: reading foreign key constraints for table "pemdata.user_info" pg_dump: reading foreign key constraints for table "pemhistory.user_info" pg_dump: reading foreign key constraints for table "pemdata.streaming_replication_db_conflicts" pg_dump: reading foreign key constraints for table "pemhistory.streaming_replication_db_conflicts" pg_dump: reading foreign key constraints for table "pemdata.lock_info" pg_dump: reading foreign key constraints for table "pemhistory.lock_info" pg_dump: reading foreign key constraints for table "pemdata.load_average" pg_dump: reading foreign key constraints for table "pemhistory.load_average" pg_dump: reading foreign key constraints for table "pemdata.disk_space" pg_dump: reading foreign key constraints for table "pemhistory.disk_space" pg_dump: reading foreign key constraints for table "pemdata.disk_busy_info" pg_dump: reading foreign key constraints for table "pemhistory.disk_busy_info" pg_dump: reading foreign key constraints for table "pemdata.memory_usage" pg_dump: reading foreign key constraints for table "pemhistory.memory_usage" pg_dump: reading foreign key constraints for table "pemdata.cpu_usage" pg_dump: reading foreign key constraints for table "pemhistory.cpu_usage" pg_dump: reading foreign key constraints for table "pemdata.pg_hba_conf" pg_dump: reading foreign key constraints for table "pemhistory.pg_hba_conf" pg_dump: reading foreign key constraints for table "pemdata.network_statistics" pg_dump: reading foreign key constraints for table "pemhistory.network_statistics" pg_dump: reading foreign key constraints for table "pemdata.io_analysis" pg_dump: reading foreign key constraints for table "pemhistory.io_analysis" pg_dump: reading foreign key constraints for table "pemdata.data_log_file_analysis" pg_dump: reading foreign key constraints for table "pemhistory.data_log_file_analysis" pg_dump: reading foreign key constraints for table "pemdata.os_statistics" pg_dump: reading foreign key constraints for table "pemhistory.os_statistics" pg_dump: reading foreign key constraints for table "pemdata.os_info" pg_dump: reading foreign key constraints for table "pemhistory.os_info" pg_dump: reading foreign key constraints for table "pemdata.audit_configuration" pg_dump: reading foreign key constraints for table "pemhistory.audit_configuration" pg_dump: reading foreign key constraints for table "pemdata.log_configuration" pg_dump: reading foreign key constraints for table "pemhistory.log_configuration" pg_dump: reading foreign key constraints for table "pemdata.sql_protect" pg_dump: reading foreign key constraints for table "pemhistory.sql_protect" pg_dump: reading foreign key constraints for table "pemdata.streaming_replication" pg_dump: reading foreign key constraints for table "pemhistory.streaming_replication" pg_dump: reading foreign key constraints for table "pemdata.xdb_smr_mmr_replication" pg_dump: reading foreign key constraints for table "pemhistory.xdb_smr_mmr_replication" pg_dump: reading foreign key constraints for table "pemdata.package_catalog" pg_dump: reading foreign key constraints for table "pemdata.installed_packages" pg_dump: reading foreign key constraints for table "pemdata.oc_views" pg_dump: reading foreign key constraints for table "pemhistory.oc_views" pg_dump: reading foreign key constraints for table "pemdata.mview_bloat" pg_dump: reading foreign key constraints for table "pemhistory.mview_bloat" pg_dump: reading foreign key constraints for table "pemdata.mview_frozenxid" pg_dump: reading foreign key constraints for table "pemhistory.mview_frozenxid" pg_dump: reading foreign key constraints for table "pemdata.mview_size" pg_dump: reading foreign key constraints for table "pemhistory.mview_size" pg_dump: reading foreign key constraints for table "pemdata.auto_discover_servers" pg_dump: reading foreign key constraints for table "pemdata.streaming_replication_lag_time" pg_dump: reading foreign key constraints for table "pemhistory.streaming_replication_lag_time" pg_dump: reading foreign key constraints for table "pemdata.wal_archive_status" pg_dump: reading foreign key constraints for table "pemhistory.wal_archive_status" pg_dump: reading foreign key constraints for table "pemdata.efm_cluster_node_status" pg_dump: reading foreign key constraints for table "pemhistory.efm_cluster_node_status" pg_dump: reading foreign key constraints for table "pemdata.efm_cluster_info" pg_dump: reading foreign key constraints for table "pemhistory.efm_cluster_info" pg_dump: reading foreign key constraints for table "pem.email_group" pg_dump: reading foreign key constraints for table "pem.email_group_option" pg_dump: reading foreign key constraints for table "pem.alert_template" pg_dump: reading foreign key constraints for table "pem.alert" pg_dump: reading foreign key constraints for table "pem.alert_status" pg_dump: reading foreign key constraints for table "pem.alert_history" pg_dump: reading foreign key constraints for table "pem.cm_template_path" pg_dump: reading foreign key constraints for table "pem.cm_template" pg_dump: reading foreign key constraints for table "pem.cm_template_metrics" pg_dump: reading foreign key constraints for table "pem.package_installation" pg_dump: reading foreign key constraints for table "pem.package_options" pg_dump: reading foreign key constraints for table "pem.chart_category" pg_dump: reading foreign key constraints for table "pem.chart_func" pg_dump: reading foreign key constraints for table "pem.chart" pg_dump: reading foreign key constraints for table "pem.bar_chart" pg_dump: reading foreign key constraints for table "pem.pie_chart" pg_dump: reading foreign key constraints for table "pem.tbl_chart" pg_dump: reading foreign key constraints for table "pem.data_chart" pg_dump: reading foreign key constraints for table "pem.history_chart" pg_dump: reading foreign key constraints for table "pem.metrices_chart" pg_dump: reading foreign key constraints for table "pem.chart_metric" pg_dump: reading foreign key constraints for table "pem.line_chart" pg_dump: reading foreign key constraints for table "pem.capacity_report_chart" pg_dump: reading foreign key constraints for table "pem.chart_config" pg_dump: reading foreign key constraints for table "pem.dashboard" pg_dump: reading foreign key constraints for table "pem.dashboard_section" pg_dump: reading foreign key constraints for table "pem.dashboard_chart" pg_dump: reading foreign key constraints for table "pem.logexp_tagbasecharts" pg_dump: reading foreign key constraints for table "pem.logexp_charts" pg_dump: reading foreign key constraints for table "pem.pe_experts" pg_dump: reading foreign key constraints for table "pem.pe_rules" pg_dump: reading foreign key constraints for table "pem.pe_rules_text" pg_dump: reading foreign key constraints for table "pem.probe_objects_combo" pg_dump: reading foreign key constraints for table "pem.server_group" pg_dump: reading foreign key constraints for table "pem.user_server_group" pg_dump: reading triggers pg_dump: reading triggers for table "pem.server" pg_dump: reading triggers for table "pem.server_option" pg_dump: reading triggers for table "pem.database_option" pg_dump: reading triggers for table "pem.agent" pg_dump: reading triggers for table "pem.agent_server_binding" pg_dump: reading triggers for table "pem.server_version" pg_dump: reading triggers for table "pem.probe_target_type" pg_dump: reading triggers for table "pem.agent_heartbeat" pg_dump: reading triggers for table "pem.server_heartbeat" pg_dump: reading triggers for table "pem.probe" pg_dump: reading triggers for table "pem.probe_server_version" pg_dump: reading triggers for table "pem.probe_column" pg_dump: reading triggers for table "pem.probe_log" pg_dump: reading triggers for table "pem.probe_config_agent" pg_dump: reading triggers for table "pem.probe_config_server" pg_dump: reading triggers for table "pem.probe_config_database" pg_dump: reading triggers for table "pem.probe_config_schema" pg_dump: reading triggers for table "pem.probe_config_table" pg_dump: reading triggers for table "pem.probe_config_view" pg_dump: reading triggers for table "pem.probe_config_index" pg_dump: reading triggers for table "pem.probe_config_function" pg_dump: reading triggers for table "pem.probe_config_sequence" pg_dump: reading triggers for table "pem.audit_configuration" pg_dump: reading triggers for table "pem.log_configuration" pg_dump: reading triggers for table "pem.jobagent" pg_dump: reading triggers for table "pem.job" pg_dump: reading triggers for table "pem.jobstep" pg_dump: reading triggers for table "pem.schedule" pg_dump: reading triggers for table "pem.exception" pg_dump: reading triggers for table "pem.joblog" pg_dump: reading triggers for table "pem.jobsteplog" pg_dump: reading triggers for table "pem.sr_master" pg_dump: reading triggers for table "pem.sr_standby" pg_dump: reading triggers for table "pem.sr_existing_replication" pg_dump: reading triggers for table "pemdata.oc_tablespace" pg_dump: reading triggers for table "pemhistory.oc_tablespace" pg_dump: reading triggers for table "pemdata.oc_database" pg_dump: reading triggers for table "pemhistory.oc_database" pg_dump: reading triggers for table "pemdata.oc_schema" pg_dump: reading triggers for table "pemhistory.oc_schema" pg_dump: reading triggers for table "pemdata.oc_table" pg_dump: reading triggers for table "pemhistory.oc_table" pg_dump: reading triggers for table "pemdata.oc_index" pg_dump: reading triggers for table "pemhistory.oc_index" pg_dump: reading triggers for table "pemdata.oc_foreign_key" pg_dump: reading triggers for table "pemhistory.oc_foreign_key" pg_dump: reading triggers for table "pemdata.oc_sequence" pg_dump: reading triggers for table "pemhistory.oc_sequence" pg_dump: reading triggers for table "pemdata.oc_function" pg_dump: reading triggers for table "pemhistory.oc_function" pg_dump: reading triggers for table "pemdata.oc_extension" pg_dump: reading triggers for table "pemhistory.oc_extension" pg_dump: reading triggers for table "pemdata.function_statistics" pg_dump: reading triggers for table "pemhistory.function_statistics" pg_dump: reading triggers for table "pemdata.slony_replication" pg_dump: reading triggers for table "pemhistory.slony_replication" pg_dump: reading triggers for table "pemdata.server_info" pg_dump: reading triggers for table "pemhistory.server_info" pg_dump: reading triggers for table "pemdata.database_statistics" pg_dump: reading triggers for table "pemhistory.database_statistics" pg_dump: reading triggers for table "pemdata.tablespace_size" pg_dump: reading triggers for table "pemhistory.tablespace_size" pg_dump: reading triggers for table "pemdata.database_size" pg_dump: reading triggers for table "pemhistory.database_size" pg_dump: reading triggers for table "pemdata.table_statistics" pg_dump: reading triggers for table "pemhistory.table_statistics" pg_dump: reading triggers for table "pemdata.index_statistics" pg_dump: reading triggers for table "pemhistory.index_statistics" pg_dump: reading triggers for table "pemdata.database_frozenxid" pg_dump: reading triggers for table "pemhistory.database_frozenxid" pg_dump: reading triggers for table "pemdata.table_frozenxid" pg_dump: reading triggers for table "pemhistory.table_frozenxid" pg_dump: reading triggers for table "pemdata.table_bloat" pg_dump: reading triggers for table "pemhistory.table_bloat" pg_dump: reading triggers for table "pemdata.table_size" pg_dump: reading triggers for table "pemhistory.table_size" pg_dump: reading triggers for table "pemdata.index_size" pg_dump: reading triggers for table "pemhistory.index_size" pg_dump: reading triggers for table "pemdata.background_writer_statistics" pg_dump: reading triggers for table "pemhistory.background_writer_statistics" pg_dump: reading triggers for table "pemdata.number_of_wal_files" pg_dump: reading triggers for table "pemhistory.number_of_wal_files" pg_dump: reading triggers for table "pemdata.number_of_prepared_transactions" pg_dump: reading triggers for table "pemhistory.number_of_prepared_transactions" pg_dump: reading triggers for table "pemdata.settings" pg_dump: reading triggers for table "pemhistory.settings" pg_dump: reading triggers for table "pemdata.session_info" pg_dump: reading triggers for table "pemhistory.session_info" pg_dump: reading triggers for table "pemdata.system_waits" pg_dump: reading triggers for table "pemhistory.system_waits" pg_dump: reading triggers for table "pemdata.session_waits" pg_dump: reading triggers for table "pemhistory.session_waits" pg_dump: reading triggers for table "pemdata.user_info" pg_dump: reading triggers for table "pemhistory.user_info" pg_dump: reading triggers for table "pemdata.streaming_replication_db_conflicts" pg_dump: reading triggers for table "pemhistory.streaming_replication_db_conflicts" pg_dump: reading triggers for table "pemdata.lock_info" pg_dump: reading triggers for table "pemhistory.lock_info" pg_dump: reading triggers for table "pemdata.load_average" pg_dump: reading triggers for table "pemhistory.load_average" pg_dump: reading triggers for table "pemdata.disk_space" pg_dump: reading triggers for table "pemhistory.disk_space" pg_dump: reading triggers for table "pemdata.disk_busy_info" pg_dump: reading triggers for table "pemhistory.disk_busy_info" pg_dump: reading triggers for table "pemdata.memory_usage" pg_dump: reading triggers for table "pemhistory.memory_usage" pg_dump: reading triggers for table "pemdata.cpu_usage" pg_dump: reading triggers for table "pemhistory.cpu_usage" pg_dump: reading triggers for table "pemdata.pg_hba_conf" pg_dump: reading triggers for table "pemhistory.pg_hba_conf" pg_dump: reading triggers for table "pemdata.network_statistics" pg_dump: reading triggers for table "pemhistory.network_statistics" pg_dump: reading triggers for table "pemdata.io_analysis" pg_dump: reading triggers for table "pemhistory.io_analysis" pg_dump: reading triggers for table "pemdata.data_log_file_analysis" pg_dump: reading triggers for table "pemhistory.data_log_file_analysis" pg_dump: reading triggers for table "pemdata.os_statistics" pg_dump: reading triggers for table "pemhistory.os_statistics" pg_dump: reading triggers for table "pemdata.os_info" pg_dump: reading triggers for table "pemhistory.os_info" pg_dump: reading triggers for table "pemdata.audit_configuration" pg_dump: reading triggers for table "pemhistory.audit_configuration" pg_dump: reading triggers for table "pemdata.log_configuration" pg_dump: reading triggers for table "pemhistory.log_configuration" pg_dump: reading triggers for table "pemdata.sql_protect" pg_dump: reading triggers for table "pemhistory.sql_protect" pg_dump: reading triggers for table "pemdata.streaming_replication" pg_dump: reading triggers for table "pemhistory.streaming_replication" pg_dump: reading triggers for table "pemdata.xdb_smr_mmr_replication" pg_dump: reading triggers for table "pemhistory.xdb_smr_mmr_replication" pg_dump: reading triggers for table "pemdata.package_catalog" pg_dump: reading triggers for table "pemdata.installed_packages" pg_dump: reading triggers for table "pemdata.oc_views" pg_dump: reading triggers for table "pemhistory.oc_views" pg_dump: reading triggers for table "pemdata.mview_bloat" pg_dump: reading triggers for table "pemhistory.mview_bloat" pg_dump: reading triggers for table "pemdata.mview_frozenxid" pg_dump: reading triggers for table "pemhistory.mview_frozenxid" pg_dump: reading triggers for table "pemdata.mview_size" pg_dump: reading triggers for table "pemhistory.mview_size" pg_dump: reading triggers for table "pemdata.auto_discover_servers" pg_dump: reading triggers for table "pemdata.streaming_replication_lag_time" pg_dump: reading triggers for table "pemhistory.streaming_replication_lag_time" pg_dump: reading triggers for table "pemdata.wal_archive_status" pg_dump: reading triggers for table "pemhistory.wal_archive_status" pg_dump: reading triggers for table "pemdata.efm_cluster_node_status" pg_dump: reading triggers for table "pemhistory.efm_cluster_node_status" pg_dump: reading triggers for table "pemdata.efm_cluster_info" pg_dump: reading triggers for table "pemhistory.efm_cluster_info" pg_dump: reading triggers for table "pem.email_group" pg_dump: reading triggers for table "pem.email_group_option" pg_dump: reading triggers for table "pem.alert_template" pg_dump: reading triggers for table "pem.alert" pg_dump: reading triggers for table "pem.alert_status" pg_dump: reading triggers for table "pem.alert_history" pg_dump: reading triggers for table "pem.cm_template_path" pg_dump: reading triggers for table "pem.cm_template" pg_dump: reading triggers for table "pem.cm_template_metrics" pg_dump: reading triggers for table "pem.package_installation" pg_dump: reading triggers for table "pem.package_options" pg_dump: reading triggers for table "pem.chart_category" pg_dump: reading triggers for table "pem.chart_func" pg_dump: reading triggers for table "pem.chart" pg_dump: reading triggers for table "pem.bar_chart" pg_dump: reading triggers for table "pem.pie_chart" pg_dump: reading triggers for table "pem.tbl_chart" pg_dump: reading triggers for table "pem.data_chart" pg_dump: reading triggers for table "pem.history_chart" pg_dump: reading triggers for table "pem.metrices_chart" pg_dump: reading triggers for table "pem.chart_metric" pg_dump: reading triggers for table "pem.line_chart" pg_dump: reading triggers for table "pem.capacity_report_chart" pg_dump: reading triggers for table "pem.chart_config" pg_dump: reading triggers for table "pem.dashboard" pg_dump: reading triggers for table "pem.dashboard_section" pg_dump: reading triggers for table "pem.dashboard_chart" pg_dump: reading triggers for table "pem.logexp_tagbasecharts" pg_dump: reading triggers for table "pem.logexp_charts" pg_dump: reading triggers for table "pem.pe_experts" pg_dump: reading triggers for table "pem.pe_rules" pg_dump: reading triggers for table "pem.pe_rules_text" pg_dump: reading triggers for table "pem.probe_objects_combo" pg_dump: reading triggers for table "pem.server_group" pg_dump: reading triggers for table "pem.user_server_group" pg_dump: reading rewrite rules pg_dump: reading policies pg_dump: reading row security enabled for table "pem.config" pg_dump: reading policies for table "pem.config" pg_dump: reading row security enabled for table "pem.server_id_seq" pg_dump: reading policies for table "pem.server_id_seq" pg_dump: reading row security enabled for table "pem.server" pg_dump: reading policies for table "pem.server" pg_dump: reading row security enabled for table "pem.avail_servers" pg_dump: reading policies for table "pem.avail_servers" pg_dump: reading row security enabled for table "pem.server_option_id_seq" pg_dump: reading policies for table "pem.server_option_id_seq" pg_dump: reading row security enabled for table "pem.server_option" pg_dump: reading policies for table "pem.server_option" pg_dump: reading row security enabled for table "pem.database_option_id_seq" pg_dump: reading policies for table "pem.database_option_id_seq" pg_dump: reading row security enabled for table "pem.database_option" pg_dump: reading policies for table "pem.database_option" pg_dump: reading row security enabled for table "pem.agent_id_seq" pg_dump: reading policies for table "pem.agent_id_seq" pg_dump: reading row security enabled for table "pem.agent" pg_dump: reading policies for table "pem.agent" pg_dump: reading row security enabled for table "pem.agent_server_binding" pg_dump: reading policies for table "pem.agent_server_binding" pg_dump: reading row security enabled for table "pem.avail_agents" pg_dump: reading policies for table "pem.avail_agents" pg_dump: reading row security enabled for table "pem.server_version" pg_dump: reading policies for table "pem.server_version" pg_dump: reading row security enabled for table "pem.probe_target_type" pg_dump: reading policies for table "pem.probe_target_type" pg_dump: reading row security enabled for table "pem.agent_heartbeat" pg_dump: reading policies for table "pem.agent_heartbeat" pg_dump: reading row security enabled for table "pem.server_heartbeat" pg_dump: reading policies for table "pem.server_heartbeat" pg_dump: reading row security enabled for table "pem.probe_id_seq" pg_dump: reading policies for table "pem.probe_id_seq" pg_dump: reading row security enabled for table "pem.probe" pg_dump: reading policies for table "pem.probe" pg_dump: reading row security enabled for table "pem.probe_server_version_id_seq" pg_dump: reading policies for table "pem.probe_server_version_id_seq" pg_dump: reading row security enabled for table "pem.probe_server_version" pg_dump: reading policies for table "pem.probe_server_version" pg_dump: reading row security enabled for table "pem.probe_column_id_seq" pg_dump: reading policies for table "pem.probe_column_id_seq" pg_dump: reading row security enabled for table "pem.probe_column" pg_dump: reading policies for table "pem.probe_column" pg_dump: reading row security enabled for table "pem.probe_column_definition" pg_dump: reading policies for table "pem.probe_column_definition" pg_dump: reading row security enabled for table "pem.probe_log_id_seq" pg_dump: reading policies for table "pem.probe_log_id_seq" pg_dump: reading row security enabled for table "pem.probe_log" pg_dump: reading policies for table "pem.probe_log" pg_dump: reading row security enabled for table "pem.probe_config_agent" pg_dump: reading policies for table "pem.probe_config_agent" pg_dump: reading row security enabled for table "pem.probe_config_server" pg_dump: reading policies for table "pem.probe_config_server" pg_dump: reading row security enabled for table "pem.probe_config_database" pg_dump: reading policies for table "pem.probe_config_database" pg_dump: reading row security enabled for table "pem.probe_config_schema" pg_dump: reading policies for table "pem.probe_config_schema" pg_dump: reading row security enabled for table "pem.probe_config_table" pg_dump: reading policies for table "pem.probe_config_table" pg_dump: reading row security enabled for table "pem.probe_config_view" pg_dump: reading policies for table "pem.probe_config_view" pg_dump: reading row security enabled for table "pem.probe_config_index" pg_dump: reading policies for table "pem.probe_config_index" pg_dump: reading row security enabled for table "pem.probe_config_function" pg_dump: reading policies for table "pem.probe_config_function" pg_dump: reading row security enabled for table "pem.probe_config_sequence" pg_dump: reading policies for table "pem.probe_config_sequence" pg_dump: reading row security enabled for table "pem.audit_configuration" pg_dump: reading policies for table "pem.audit_configuration" pg_dump: reading row security enabled for table "pemdata.audit_logs_id_seq" pg_dump: reading policies for table "pemdata.audit_logs_id_seq" pg_dump: reading row security enabled for table "pemdata.audit_logs" pg_dump: reading policies for table "pemdata.audit_logs" pg_dump: reading row security enabled for table "pem.log_configuration" pg_dump: reading policies for table "pem.log_configuration" pg_dump: reading row security enabled for table "pemdata.server_logs_id_seq" pg_dump: reading policies for table "pemdata.server_logs_id_seq" pg_dump: reading row security enabled for table "pemdata.server_logs" pg_dump: reading policies for table "pemdata.server_logs" pg_dump: reading row security enabled for table "pem.jobagent" pg_dump: reading policies for table "pem.jobagent" pg_dump: reading row security enabled for table "pem.job_jobid_seq" pg_dump: reading policies for table "pem.job_jobid_seq" pg_dump: reading row security enabled for table "pem.job" pg_dump: reading policies for table "pem.job" pg_dump: reading row security enabled for table "pem.jobstep_jstid_seq" pg_dump: reading policies for table "pem.jobstep_jstid_seq" pg_dump: reading row security enabled for table "pem.jobstep" pg_dump: reading policies for table "pem.jobstep" pg_dump: reading row security enabled for table "pem.schedule_jscid_seq" pg_dump: reading policies for table "pem.schedule_jscid_seq" pg_dump: reading row security enabled for table "pem.schedule" pg_dump: reading policies for table "pem.schedule" pg_dump: reading row security enabled for table "pem.exception_jexid_seq" pg_dump: reading policies for table "pem.exception_jexid_seq" pg_dump: reading row security enabled for table "pem.exception" pg_dump: reading policies for table "pem.exception" pg_dump: reading row security enabled for table "pem.joblog_jlgid_seq" pg_dump: reading policies for table "pem.joblog_jlgid_seq" pg_dump: reading row security enabled for table "pem.joblog" pg_dump: reading policies for table "pem.joblog" pg_dump: reading row security enabled for table "pem.jobsteplog_jslid_seq" pg_dump: reading policies for table "pem.jobsteplog_jslid_seq" pg_dump: reading row security enabled for table "pem.jobsteplog" pg_dump: reading policies for table "pem.jobsteplog" pg_dump: reading row security enabled for table "pem.probe_schedule" pg_dump: reading policies for table "pem.probe_schedule" pg_dump: reading row security enabled for table "pem.sr_master_srid_seq" pg_dump: reading policies for table "pem.sr_master_srid_seq" pg_dump: reading row security enabled for table "pem.sr_master" pg_dump: reading policies for table "pem.sr_master" pg_dump: reading row security enabled for table "pem.sr_standby_srid_seq" pg_dump: reading policies for table "pem.sr_standby_srid_seq" pg_dump: reading row security enabled for table "pem.sr_standby" pg_dump: reading policies for table "pem.sr_standby" pg_dump: reading row security enabled for table "pem.sr_existing_replication_id_seq" pg_dump: reading policies for table "pem.sr_existing_replication_id_seq" pg_dump: reading row security enabled for table "pem.sr_existing_replication" pg_dump: reading policies for table "pem.sr_existing_replication" pg_dump: reading row security enabled for table "pemdata.oc_tablespace" pg_dump: reading policies for table "pemdata.oc_tablespace" pg_dump: reading row security enabled for table "pemhistory.oc_tablespace" pg_dump: reading policies for table "pemhistory.oc_tablespace" pg_dump: reading row security enabled for table "pemdata.oc_database" pg_dump: reading policies for table "pemdata.oc_database" pg_dump: reading row security enabled for table "pemhistory.oc_database" pg_dump: reading policies for table "pemhistory.oc_database" pg_dump: reading row security enabled for table "pemdata.oc_schema" pg_dump: reading policies for table "pemdata.oc_schema" pg_dump: reading row security enabled for table "pemhistory.oc_schema" pg_dump: reading policies for table "pemhistory.oc_schema" pg_dump: reading row security enabled for table "pemdata.oc_table" pg_dump: reading policies for table "pemdata.oc_table" pg_dump: reading row security enabled for table "pemhistory.oc_table" pg_dump: reading policies for table "pemhistory.oc_table" pg_dump: reading row security enabled for table "pemdata.oc_index" pg_dump: reading policies for table "pemdata.oc_index" pg_dump: reading row security enabled for table "pemhistory.oc_index" pg_dump: reading policies for table "pemhistory.oc_index" pg_dump: reading row security enabled for table "pemdata.oc_foreign_key" pg_dump: reading policies for table "pemdata.oc_foreign_key" pg_dump: reading row security enabled for table "pemhistory.oc_foreign_key" pg_dump: reading policies for table "pemhistory.oc_foreign_key" pg_dump: reading row security enabled for table "pemdata.oc_sequence" pg_dump: reading policies for table "pemdata.oc_sequence" pg_dump: reading row security enabled for table "pemhistory.oc_sequence" pg_dump: reading policies for table "pemhistory.oc_sequence" pg_dump: reading row security enabled for table "pemdata.oc_function" pg_dump: reading policies for table "pemdata.oc_function" pg_dump: reading row security enabled for table "pemhistory.oc_function" pg_dump: reading policies for table "pemhistory.oc_function" pg_dump: reading row security enabled for table "pemdata.oc_extension" pg_dump: reading policies for table "pemdata.oc_extension" pg_dump: reading row security enabled for table "pemhistory.oc_extension" pg_dump: reading policies for table "pemhistory.oc_extension" pg_dump: reading row security enabled for table "pemdata.function_statistics" pg_dump: reading policies for table "pemdata.function_statistics" pg_dump: reading row security enabled for table "pemhistory.function_statistics" pg_dump: reading policies for table "pemhistory.function_statistics" pg_dump: reading row security enabled for table "pemdata.slony_replication" pg_dump: reading policies for table "pemdata.slony_replication" pg_dump: reading row security enabled for table "pemhistory.slony_replication" pg_dump: reading policies for table "pemhistory.slony_replication" pg_dump: reading row security enabled for table "pemdata.server_info" pg_dump: reading policies for table "pemdata.server_info" pg_dump: reading row security enabled for table "pemhistory.server_info" pg_dump: reading policies for table "pemhistory.server_info" pg_dump: reading row security enabled for table "pemdata.database_statistics" pg_dump: reading policies for table "pemdata.database_statistics" pg_dump: reading row security enabled for table "pemhistory.database_statistics" pg_dump: reading policies for table "pemhistory.database_statistics" pg_dump: reading row security enabled for table "pemdata.tablespace_size" pg_dump: reading policies for table "pemdata.tablespace_size" pg_dump: reading row security enabled for table "pemhistory.tablespace_size" pg_dump: reading policies for table "pemhistory.tablespace_size" pg_dump: reading row security enabled for table "pemdata.database_size" pg_dump: reading policies for table "pemdata.database_size" pg_dump: reading row security enabled for table "pemhistory.database_size" pg_dump: reading policies for table "pemhistory.database_size" pg_dump: reading row security enabled for table "pemdata.table_statistics" pg_dump: reading policies for table "pemdata.table_statistics" pg_dump: reading row security enabled for table "pemhistory.table_statistics" pg_dump: reading policies for table "pemhistory.table_statistics" pg_dump: reading row security enabled for table "pemdata.index_statistics" pg_dump: reading policies for table "pemdata.index_statistics" pg_dump: reading row security enabled for table "pemhistory.index_statistics" pg_dump: reading policies for table "pemhistory.index_statistics" pg_dump: reading row security enabled for table "pemdata.database_frozenxid" pg_dump: reading policies for table "pemdata.database_frozenxid" pg_dump: reading row security enabled for table "pemhistory.database_frozenxid" pg_dump: reading policies for table "pemhistory.database_frozenxid" pg_dump: reading row security enabled for table "pemdata.table_frozenxid" pg_dump: reading policies for table "pemdata.table_frozenxid" pg_dump: reading row security enabled for table "pemhistory.table_frozenxid" pg_dump: reading policies for table "pemhistory.table_frozenxid" pg_dump: reading row security enabled for table "pemdata.table_bloat" pg_dump: reading policies for table "pemdata.table_bloat" pg_dump: reading row security enabled for table "pemhistory.table_bloat" pg_dump: reading policies for table "pemhistory.table_bloat" pg_dump: reading row security enabled for table "pemdata.table_size" pg_dump: reading policies for table "pemdata.table_size" pg_dump: reading row security enabled for table "pemhistory.table_size" pg_dump: reading policies for table "pemhistory.table_size" pg_dump: reading row security enabled for table "pemdata.index_size" pg_dump: reading policies for table "pemdata.index_size" pg_dump: reading row security enabled for table "pemhistory.index_size" pg_dump: reading policies for table "pemhistory.index_size" pg_dump: reading row security enabled for table "pemdata.background_writer_statistics" pg_dump: reading policies for table "pemdata.background_writer_statistics" pg_dump: reading row security enabled for table "pemhistory.background_writer_statistics" pg_dump: reading policies for table "pemhistory.background_writer_statistics" pg_dump: reading row security enabled for table "pemdata.number_of_wal_files" pg_dump: reading policies for table "pemdata.number_of_wal_files" pg_dump: reading row security enabled for table "pemhistory.number_of_wal_files" pg_dump: reading policies for table "pemhistory.number_of_wal_files" pg_dump: reading row security enabled for table "pemdata.number_of_prepared_transactions" pg_dump: reading policies for table "pemdata.number_of_prepared_transactions" pg_dump: reading row security enabled for table "pemhistory.number_of_prepared_transactions" pg_dump: reading policies for table "pemhistory.number_of_prepared_transactions" pg_dump: reading row security enabled for table "pemdata.settings" pg_dump: reading policies for table "pemdata.settings" pg_dump: reading row security enabled for table "pemhistory.settings" pg_dump: reading policies for table "pemhistory.settings" pg_dump: reading row security enabled for table "pemdata.session_info" pg_dump: reading policies for table "pemdata.session_info" pg_dump: reading row security enabled for table "pemhistory.session_info" pg_dump: reading policies for table "pemhistory.session_info" pg_dump: reading row security enabled for table "pemdata.system_waits" pg_dump: reading policies for table "pemdata.system_waits" pg_dump: reading row security enabled for table "pemhistory.system_waits" pg_dump: reading policies for table "pemhistory.system_waits" pg_dump: reading row security enabled for table "pemdata.session_waits" pg_dump: reading policies for table "pemdata.session_waits" pg_dump: reading row security enabled for table "pemhistory.session_waits" pg_dump: reading policies for table "pemhistory.session_waits" pg_dump: reading row security enabled for table "pemdata.user_info" pg_dump: reading policies for table "pemdata.user_info" pg_dump: reading row security enabled for table "pemhistory.user_info" pg_dump: reading policies for table "pemhistory.user_info" pg_dump: reading row security enabled for table "pemdata.streaming_replication_db_conflicts" pg_dump: reading policies for table "pemdata.streaming_replication_db_conflicts" pg_dump: reading row security enabled for table "pemhistory.streaming_replication_db_conflicts" pg_dump: reading policies for table "pemhistory.streaming_replication_db_conflicts" pg_dump: reading row security enabled for table "pemdata.lock_info" pg_dump: reading policies for table "pemdata.lock_info" pg_dump: reading row security enabled for table "pemhistory.lock_info" pg_dump: reading policies for table "pemhistory.lock_info" pg_dump: reading row security enabled for table "pemdata.load_average" pg_dump: reading policies for table "pemdata.load_average" pg_dump: reading row security enabled for table "pemhistory.load_average" pg_dump: reading policies for table "pemhistory.load_average" pg_dump: reading row security enabled for table "pemdata.disk_space" pg_dump: reading policies for table "pemdata.disk_space" pg_dump: reading row security enabled for table "pemhistory.disk_space" pg_dump: reading policies for table "pemhistory.disk_space" pg_dump: reading row security enabled for table "pemdata.disk_busy_info" pg_dump: reading policies for table "pemdata.disk_busy_info" pg_dump: reading row security enabled for table "pemhistory.disk_busy_info" pg_dump: reading policies for table "pemhistory.disk_busy_info" pg_dump: reading row security enabled for table "pemdata.memory_usage" pg_dump: reading policies for table "pemdata.memory_usage" pg_dump: reading row security enabled for table "pemhistory.memory_usage" pg_dump: reading policies for table "pemhistory.memory_usage" pg_dump: reading row security enabled for table "pemdata.cpu_usage" pg_dump: reading policies for table "pemdata.cpu_usage" pg_dump: reading row security enabled for table "pemhistory.cpu_usage" pg_dump: reading policies for table "pemhistory.cpu_usage" pg_dump: reading row security enabled for table "pemdata.pg_hba_conf" pg_dump: reading policies for table "pemdata.pg_hba_conf" pg_dump: reading row security enabled for table "pemhistory.pg_hba_conf" pg_dump: reading policies for table "pemhistory.pg_hba_conf" pg_dump: reading row security enabled for table "pemdata.network_statistics" pg_dump: reading policies for table "pemdata.network_statistics" pg_dump: reading row security enabled for table "pemhistory.network_statistics" pg_dump: reading policies for table "pemhistory.network_statistics" pg_dump: reading row security enabled for table "pemdata.io_analysis" pg_dump: reading policies for table "pemdata.io_analysis" pg_dump: reading row security enabled for table "pemhistory.io_analysis" pg_dump: reading policies for table "pemhistory.io_analysis" pg_dump: reading row security enabled for table "pemdata.data_log_file_analysis" pg_dump: reading policies for table "pemdata.data_log_file_analysis" pg_dump: reading row security enabled for table "pemhistory.data_log_file_analysis" pg_dump: reading policies for table "pemhistory.data_log_file_analysis" pg_dump: reading row security enabled for table "pemdata.os_statistics" pg_dump: reading policies for table "pemdata.os_statistics" pg_dump: reading row security enabled for table "pemhistory.os_statistics" pg_dump: reading policies for table "pemhistory.os_statistics" pg_dump: reading row security enabled for table "pemdata.os_info" pg_dump: reading policies for table "pemdata.os_info" pg_dump: reading row security enabled for table "pemhistory.os_info" pg_dump: reading policies for table "pemhistory.os_info" pg_dump: reading row security enabled for table "pemdata.audit_configuration" pg_dump: reading policies for table "pemdata.audit_configuration" pg_dump: reading row security enabled for table "pemhistory.audit_configuration" pg_dump: reading policies for table "pemhistory.audit_configuration" pg_dump: reading row security enabled for table "pemdata.log_configuration" pg_dump: reading policies for table "pemdata.log_configuration" pg_dump: reading row security enabled for table "pemhistory.log_configuration" pg_dump: reading policies for table "pemhistory.log_configuration" pg_dump: reading row security enabled for table "pemdata.sql_protect" pg_dump: reading policies for table "pemdata.sql_protect" pg_dump: reading row security enabled for table "pemhistory.sql_protect" pg_dump: reading policies for table "pemhistory.sql_protect" pg_dump: reading row security enabled for table "pemdata.streaming_replication" pg_dump: reading policies for table "pemdata.streaming_replication" pg_dump: reading row security enabled for table "pemhistory.streaming_replication" pg_dump: reading policies for table "pemhistory.streaming_replication" pg_dump: reading row security enabled for table "pemdata.xdb_smr_mmr_replication" pg_dump: reading policies for table "pemdata.xdb_smr_mmr_replication" pg_dump: reading row security enabled for table "pemhistory.xdb_smr_mmr_replication" pg_dump: reading policies for table "pemhistory.xdb_smr_mmr_replication" pg_dump: reading row security enabled for table "pemdata.package_catalog" pg_dump: reading policies for table "pemdata.package_catalog" pg_dump: reading row security enabled for table "pemdata.installed_packages" pg_dump: reading policies for table "pemdata.installed_packages" pg_dump: reading row security enabled for table "pemdata.oc_views" pg_dump: reading policies for table "pemdata.oc_views" pg_dump: reading row security enabled for table "pemhistory.oc_views" pg_dump: reading policies for table "pemhistory.oc_views" pg_dump: reading row security enabled for table "pemdata.mview_bloat" pg_dump: reading policies for table "pemdata.mview_bloat" pg_dump: reading row security enabled for table "pemhistory.mview_bloat" pg_dump: reading policies for table "pemhistory.mview_bloat" pg_dump: reading row security enabled for table "pemdata.mview_frozenxid" pg_dump: reading policies for table "pemdata.mview_frozenxid" pg_dump: reading row security enabled for table "pemhistory.mview_frozenxid" pg_dump: reading policies for table "pemhistory.mview_frozenxid" pg_dump: reading row security enabled for table "pemdata.mview_size" pg_dump: reading policies for table "pemdata.mview_size" pg_dump: reading row security enabled for table "pemhistory.mview_size" pg_dump: reading policies for table "pemhistory.mview_size" pg_dump: reading row security enabled for table "pemdata.auto_discover_servers" pg_dump: reading policies for table "pemdata.auto_discover_servers" pg_dump: reading row security enabled for table "pemdata.streaming_replication_lag_time" pg_dump: reading policies for table "pemdata.streaming_replication_lag_time" pg_dump: reading row security enabled for table "pemhistory.streaming_replication_lag_time" pg_dump: reading policies for table "pemhistory.streaming_replication_lag_time" pg_dump: reading row security enabled for table "pemdata.wal_archive_status" pg_dump: reading policies for table "pemdata.wal_archive_status" pg_dump: reading row security enabled for table "pemhistory.wal_archive_status" pg_dump: reading policies for table "pemhistory.wal_archive_status" pg_dump: reading row security enabled for table "pemdata.efm_cluster_node_status" pg_dump: reading policies for table "pemdata.efm_cluster_node_status" pg_dump: reading row security enabled for table "pemhistory.efm_cluster_node_status" pg_dump: reading policies for table "pemhistory.efm_cluster_node_status" pg_dump: reading row security enabled for table "pemdata.efm_cluster_info" pg_dump: reading policies for table "pemdata.efm_cluster_info" pg_dump: reading row security enabled for table "pemhistory.efm_cluster_info" pg_dump: reading policies for table "pemhistory.efm_cluster_info" pg_dump: reading row security enabled for table "pem.probe_target_view" pg_dump: reading policies for table "pem.probe_target_view" pg_dump: reading row security enabled for table "pem.probe_schedule_view" pg_dump: reading policies for table "pem.probe_schedule_view" pg_dump: reading row security enabled for table "pem.email_group_id_seq" pg_dump: reading policies for table "pem.email_group_id_seq" pg_dump: reading row security enabled for table "pem.email_group" pg_dump: reading policies for table "pem.email_group" pg_dump: reading row security enabled for table "pem.email_group_option_id_seq" pg_dump: reading policies for table "pem.email_group_option_id_seq" pg_dump: reading row security enabled for table "pem.email_group_option" pg_dump: reading policies for table "pem.email_group_option" pg_dump: reading row security enabled for table "pem.email_template_id_seq" pg_dump: reading policies for table "pem.email_template_id_seq" pg_dump: reading row security enabled for table "pem.email_template" pg_dump: reading policies for table "pem.email_template" pg_dump: reading row security enabled for table "pem.alert_template_id_seq" pg_dump: reading policies for table "pem.alert_template_id_seq" pg_dump: reading row security enabled for table "pem.alert_template" pg_dump: reading policies for table "pem.alert_template" pg_dump: reading row security enabled for table "pem.alert_id_seq" pg_dump: reading policies for table "pem.alert_id_seq" pg_dump: reading row security enabled for table "pem.alert" pg_dump: reading policies for table "pem.alert" pg_dump: reading row security enabled for table "pem.alert_status" pg_dump: reading policies for table "pem.alert_status" pg_dump: reading row security enabled for table "pem.alert_history" pg_dump: reading policies for table "pem.alert_history" pg_dump: reading row security enabled for table "pem.smtp_spool_id_seq" pg_dump: reading policies for table "pem.smtp_spool_id_seq" pg_dump: reading row security enabled for table "pem.smtp_spool" pg_dump: reading policies for table "pem.smtp_spool" pg_dump: reading row security enabled for table "pem.cm_template_path_id_seq" pg_dump: reading policies for table "pem.cm_template_path_id_seq" pg_dump: reading row security enabled for table "pem.cm_template_path" pg_dump: reading policies for table "pem.cm_template_path" pg_dump: reading row security enabled for table "pem.cm_template_id_seq" pg_dump: reading policies for table "pem.cm_template_id_seq" pg_dump: reading row security enabled for table "pem.cm_template" pg_dump: reading policies for table "pem.cm_template" pg_dump: reading row security enabled for table "pem.cm_template_metrics_id_seq" pg_dump: reading policies for table "pem.cm_template_metrics_id_seq" pg_dump: reading row security enabled for table "pem.cm_template_metrics" pg_dump: reading policies for table "pem.cm_template_metrics" pg_dump: reading row security enabled for table "pem.snmp_spool_id_seq" pg_dump: reading policies for table "pem.snmp_spool_id_seq" pg_dump: reading row security enabled for table "pem.snmp_spool" pg_dump: reading policies for table "pem.snmp_spool" pg_dump: reading row security enabled for table "pem.nagios_spool_id_seq" pg_dump: reading policies for table "pem.nagios_spool_id_seq" pg_dump: reading row security enabled for table "pem.nagios_spool" pg_dump: reading policies for table "pem.nagios_spool" pg_dump: reading row security enabled for table "pem.package_installation" pg_dump: reading policies for table "pem.package_installation" pg_dump: reading row security enabled for table "pem.package_options" pg_dump: reading policies for table "pem.package_options" pg_dump: reading row security enabled for table "pem.chart_category_id_seq" pg_dump: reading policies for table "pem.chart_category_id_seq" pg_dump: reading row security enabled for table "pem.chart_category" pg_dump: reading policies for table "pem.chart_category" pg_dump: reading row security enabled for table "pem.chart_func_id_seq" pg_dump: reading policies for table "pem.chart_func_id_seq" pg_dump: reading row security enabled for table "pem.chart_func" pg_dump: reading policies for table "pem.chart_func" pg_dump: reading row security enabled for table "pem.chart_id_seq" pg_dump: reading policies for table "pem.chart_id_seq" pg_dump: reading row security enabled for table "pem.chart" pg_dump: reading policies for table "pem.chart" pg_dump: reading row security enabled for table "pem.bar_chart" pg_dump: reading policies for table "pem.bar_chart" pg_dump: reading row security enabled for table "pem.pie_chart" pg_dump: reading policies for table "pem.pie_chart" pg_dump: reading row security enabled for table "pem.tbl_chart" pg_dump: reading policies for table "pem.tbl_chart" pg_dump: reading row security enabled for table "pem.data_chart" pg_dump: reading policies for table "pem.data_chart" pg_dump: reading row security enabled for table "pem.history_chart" pg_dump: reading policies for table "pem.history_chart" pg_dump: reading row security enabled for table "pem.metrices_chart" pg_dump: reading policies for table "pem.metrices_chart" pg_dump: reading row security enabled for table "pem.chart_metric" pg_dump: reading policies for table "pem.chart_metric" pg_dump: reading row security enabled for table "pem.line_chart" pg_dump: reading policies for table "pem.line_chart" pg_dump: reading row security enabled for table "pem.capacity_report_chart" pg_dump: reading policies for table "pem.capacity_report_chart" pg_dump: reading row security enabled for table "pem.chart_config" pg_dump: reading policies for table "pem.chart_config" pg_dump: reading row security enabled for table "pem.dashboard_id_seq" pg_dump: reading policies for table "pem.dashboard_id_seq" pg_dump: reading row security enabled for table "pem.dashboard" pg_dump: reading policies for table "pem.dashboard" pg_dump: reading row security enabled for table "pem.dashboard_section" pg_dump: reading policies for table "pem.dashboard_section" pg_dump: reading row security enabled for table "pem.dashboard_chart" pg_dump: reading policies for table "pem.dashboard_chart" pg_dump: reading row security enabled for table "pem.logexp_tagbasecharts_id_seq" pg_dump: reading policies for table "pem.logexp_tagbasecharts_id_seq" pg_dump: reading row security enabled for table "pem.logexp_tagbasecharts" pg_dump: reading policies for table "pem.logexp_tagbasecharts" pg_dump: reading row security enabled for table "pem.logexp_charts_id_seq" pg_dump: reading policies for table "pem.logexp_charts_id_seq" pg_dump: reading row security enabled for table "pem.logexp_charts" pg_dump: reading policies for table "pem.logexp_charts" pg_dump: reading row security enabled for table "pem.pe_experts_id_seq" pg_dump: reading policies for table "pem.pe_experts_id_seq" pg_dump: reading row security enabled for table "pem.pe_experts" pg_dump: reading policies for table "pem.pe_experts" pg_dump: reading row security enabled for table "pem.pe_rules_id_seq" pg_dump: reading policies for table "pem.pe_rules_id_seq" pg_dump: reading row security enabled for table "pem.pe_rules" pg_dump: reading policies for table "pem.pe_rules" pg_dump: reading row security enabled for table "pem.pe_rules_text_id_seq" pg_dump: reading policies for table "pem.pe_rules_text_id_seq" pg_dump: reading row security enabled for table "pem.pe_rules_text" pg_dump: reading policies for table "pem.pe_rules_text" pg_dump: reading row security enabled for table "pem.probe_objects_combo" pg_dump: reading policies for table "pem.probe_objects_combo" pg_dump: reading row security enabled for table "pem.probe_target_without_discard_history" pg_dump: reading policies for table "pem.probe_target_without_discard_history" pg_dump: reading row security enabled for table "pem.server_group_id_seq" pg_dump: reading policies for table "pem.server_group_id_seq" pg_dump: reading row security enabled for table "pem.server_group" pg_dump: reading policies for table "pem.server_group" pg_dump: reading row security enabled for table "pem.user_server_group" pg_dump: reading policies for table "pem.user_server_group" pg_dump: reading row security enabled for table "pem.dashboard_settings" pg_dump: reading policies for table "pem.dashboard_settings" pg_dump: reading publications pg_dump: reading publication membership pg_dump: reading subscriptions pg_dump: reading large objects pg_dump: reading dependency data pg_dump: saving encoding = UTF8 pg_dump: saving standard_conforming_strings = on pg_dump: saving database definition pg_dump: creating SCHEMA "pem" pg_dump: creating COMMENT "SCHEMA pem" pg_dump: creating SCHEMA "pemdata" pg_dump: creating COMMENT "SCHEMA pemdata" pg_dump: creating SCHEMA "pemhistory" pg_dump: creating COMMENT "SCHEMA pemhistory" pg_dump: creating SCHEMA "public" pg_dump: creating COMMENT "SCHEMA public" pg_dump: creating EXTENSION "plpgsql" pg_dump: creating COMMENT "EXTENSION plpgsql" pg_dump: creating EXTENSION "pldbgapi" pg_dump: creating COMMENT "EXTENSION pldbgapi" pg_dump: creating EXTENSION "sslutils" pg_dump: creating COMMENT "EXTENSION sslutils" pg_dump: creating TYPE "pem.alert_param_type" pg_dump: creating COMMENT "pem.TYPE alert_param_type" pg_dump: creating TYPE "pem.alert_state" pg_dump: creating TYPE "pem.chart_metric_param" pg_dump: creating TYPE "pem.cm_metric_aggregation" pg_dump: creating COMMENT "pem.TYPE cm_metric_aggregation" pg_dump: creating TYPE "pem.cm_output_loc" pg_dump: creating COMMENT "pem.TYPE cm_output_loc" pg_dump: creating TYPE "pem.cm_report_type" pg_dump: creating COMMENT "pem.TYPE cm_report_type" pg_dump: creating TYPE "pem.cm_threshold_operator" pg_dump: creating COMMENT "pem.TYPE cm_threshold_operator" pg_dump: creating TYPE "pem.cm_time_period" pg_dump: creating COMMENT "pem.TYPE cm_time_period" pg_dump: creating TYPE "pem.pkg_download_state" pg_dump: creating TYPE "pem.pkg_installed_state" pg_dump: creating TYPE "pem.server_agent_state" pg_dump: creating TYPE "pem.server_type" pg_dump: creating TYPE "pem.tuning_server_util" pg_dump: creating COMMENT "pem.TYPE tuning_server_util" pg_dump: creating TYPE "pem.tuning_workload_profile" pg_dump: creating COMMENT "pem.TYPE tuning_workload_profile" pg_dump: creating FUNCTION "pem.agent_down_status(integer, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.agent_insertion()" pg_dump: creating FUNCTION "pem.agent_level_number_errors_warning_audit_logfile(integer, integer, integer)" pg_dump: creating FUNCTION "pem.agent_level_number_errors_warning_logfile(integer, integer, integer)" pg_dump: creating FUNCTION "pem.agent_postupdate()" pg_dump: creating FUNCTION "pem.alert_template_postupdate()" pg_dump: creating FUNCTION "pem.auto_create_agent_alerts()" pg_dump: creating FUNCTION "pem.auto_create_alerts_on_exisiting_agents()" pg_dump: creating FUNCTION "pem.auto_create_alerts_on_exisiting_servers()" pg_dump: creating FUNCTION "pem.auto_create_server_alerts()" pg_dump: creating FUNCTION "pem.backend_minimum(integer, integer)" pg_dump: creating FUNCTION "pem.can_access(oid[])" pg_dump: creating FUNCTION "pem.chart_deleted()" pg_dump: creating FUNCTION "pem.chart_owner_updated()" pg_dump: creating FUNCTION "pem.check_alert_exist(text, integer, integer, text, text, text, text, integer)" pg_dump: creating FUNCTION "pem.check_alert_params_array_size(integer, text[])" pg_dump: creating FUNCTION "pem.check_array_size_equal(anyarray, anyarray)" pg_dump: creating FUNCTION "pem.check_chart_metrices()" pg_dump: creating FUNCTION "pem.clear_probe_zombies()" pg_dump: creating FUNCTION "pem.cm_report_chart_info(integer)" pg_dump: creating FUNCTION "pem.create_agent(character varying, integer)" pg_dump: creating FUNCTION "pem.create_alert(text, integer, integer, integer, text, text, text, text, text[], text, numeric[], integer, integer, boolean, integer, boolean, boolean, timestamp with time zone, boolean, integer, boolean, integer, boolean, integer, boolean, integer, boolean, boolean, boolean, text, boolean)" pg_dump: creating FUNCTION "pem.create_alert_template(text, text, text, integer, text[], alert_param_type[], text[], text, text[], integer, server_type, integer, integer, boolean)" pg_dump: creating FUNCTION "pem.create_data_and_history_tables()" pg_dump: creating FUNCTION "pem.create_default_agent_alerts(integer)" pg_dump: creating FUNCTION "pem.create_default_server_alerts(integer)" pg_dump: creating FUNCTION "pem.create_delete_probe_purge_jobstep()" pg_dump: creating FUNCTION "pem.create_email(integer, text)" pg_dump: creating FUNCTION "pem.create_generic_role(character varying)" pg_dump: creating FUNCTION "pem.create_mib_notification_type(integer, integer)" pg_dump: creating FUNCTION "pem.create_nagios_host_config(text, boolean, text, text, text)" pg_dump: creating FUNCTION "pem.create_nagios_host_name(integer, integer)" pg_dump: creating FUNCTION "pem.create_nagios_service_config(text)" pg_dump: creating FUNCTION "pem.create_nagios_service_name(text, text, text, text, text, text)" pg_dump: creating FUNCTION "pem.create_passive_service_check_result(integer, text, text, text)" pg_dump: creating FUNCTION "pem.create_script_job(integer, text, text, text, boolean, text)" pg_dump: creating FUNCTION "pem.create_server_group(text)" pg_dump: creating FUNCTION "pem.create_trap(integer)" pg_dump: creating FUNCTION "pem.create_update_probe_objects_combo()" pg_dump: creating FUNCTION "pem.current_user_id()" pg_dump: creating FUNCTION "pem.custom_probe_deleted()" pg_dump: creating FUNCTION "pem.dashboard_chart_deletion()" pg_dump: creating FUNCTION "pem.dashboard_chart_insertion()" pg_dump: creating FUNCTION "pem.data_aggregation(text, timestamp with time zone[], numeric[], integer, integer)" pg_dump: creating FUNCTION "pem.data_reconstruction(text, text, timestamp with time zone, timestamp with time zone, interval, character varying[], character varying[], integer, boolean, character varying[])" pg_dump: creating FUNCTION "pem.data_rollup(text, text, text, timestamp with time zone, timestamp with time zone, interval, integer, character varying[], character varying[], integer, boolean, character varying[])" pg_dump: creating FUNCTION "pem.date_trunc_minutes(timestamp with time zone)" pg_dump: creating FUNCTION "pem.db_escaped_string_to_array(text, text)" pg_dump: creating FUNCTION "pem.delete_server_group(integer)" pg_dump: creating FUNCTION "pem.do_heartbeat(integer, integer[])" pg_dump: creating FUNCTION "pem.email_flush_lag_streaming_replication()" pg_dump: creating FUNCTION "pem.email_replay_lag_streaming_replication()" pg_dump: creating FUNCTION "pem.email_write_lag_streaming_replication()" pg_dump: creating FUNCTION "pem.exception_trigger()" pg_dump: creating COMMENT "pem.FUNCTION exception_trigger()" pg_dump: creating FUNCTION "pem.generate_alert_mib()" pg_dump: creating FUNCTION "pem.generate_cm_chart_data(integer)" pg_dump: creating FUNCTION "pem.generate_conn_overview_chart_data(integer, integer, integer, text, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.generate_host_memory_chart_data(integer, integer, integer, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.generate_metric_chart_data(integer, integer, integer, integer, text, text, text, integer, boolean, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.generate_replication_page_lag_chart_data(integer, integer, integer, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.generate_replication_segment_lag_chart_data(integer, integer, integer, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.generate_server_pages_written(integer, integer, integer, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.generate_slony_event_lag_chart_data(integer, integer, integer, text, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.generate_slony_time_lag_chart_data(integer, integer, integer, text, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.get_agents_with_status(server_agent_state)" pg_dump: creating FUNCTION "pem.get_chart_params(integer, integer)" pg_dump: creating FUNCTION "pem.get_data_directory()" pg_dump: creating FUNCTION "pem.get_down_objects_list(text)" pg_dump: creating FUNCTION "pem.get_email_group_ids(integer, text, text)" pg_dump: creating FUNCTION "pem.get_mismatch_packages_list(integer)" pg_dump: creating FUNCTION "pem.get_servers_with_status(server_agent_state)" pg_dump: creating FUNCTION "pem.hex_to_bigint(text)" pg_dump: creating FUNCTION "pem.int2vector2array(int2vector)" pg_dump: creating FUNCTION "pem.is_leap_year(smallint)" pg_dump: creating COMMENT "pem.FUNCTION is_leap_year(smallint)" pg_dump: creating FUNCTION "pem.job_is_complete(integer[], character)" pg_dump: creating FUNCTION "pem.job_trigger()" pg_dump: creating COMMENT "pem.FUNCTION job_trigger()" pg_dump: creating FUNCTION "pem.json_escape(text)" pg_dump: creating COMMENT "pem.FUNCTION json_escape(text)" pg_dump: creating FUNCTION "pem.linear_trend_analysis(text, text, text, timestamp with time zone, timestamp with time zone, timestamp with time zone, interval, integer, character varying[], character varying[], integer, integer)" pg_dump: creating FUNCTION "pem.linear_trend_threshold(text, text, timestamp with time zone, timestamp with time zone, numeric, boolean, interval, character varying[], character varying[], integer, integer)" pg_dump: creating FUNCTION "pem.lock_schedule_table(integer, text[])" pg_dump: creating FUNCTION "pem.log_alert_error_timestamp()" pg_dump: creating FUNCTION "pem.log_alert_history()" pg_dump: creating FUNCTION "pem.loganalysis_autoanalyzestats(timestamp without time zone, timestamp without time zone, integer, integer)" pg_dump: creating FUNCTION "pem.loganalysis_autovacuumstats(timestamp without time zone, timestamp without time zone, integer, integer)" pg_dump: creating FUNCTION "pem.loganalysis_checkpointstats(timestamp without time zone, timestamp without time zone, interval, text, integer)" pg_dump: creating FUNCTION "pem.loganalysis_freqexe_queries(timestamp without time zone, timestamp without time zone, integer, integer)" pg_dump: creating FUNCTION "pem.loganalysis_hourlydmlstats(timestamp without time zone, timestamp without time zone, integer, integer)" pg_dump: creating FUNCTION "pem.loganalysis_locksstats(timestamp without time zone, timestamp without time zone, interval, text, integer)" pg_dump: creating FUNCTION "pem.loganalysis_logeventstats(timestamp without time zone, timestamp without time zone, integer, integer)" pg_dump: creating FUNCTION "pem.loganalysis_logstats(timestamp without time zone, timestamp without time zone, integer, integer)" pg_dump: creating FUNCTION "pem.loganalysis_mosttime_exec_queries(timestamp without time zone, timestamp without time zone, integer, integer)" pg_dump: creating FUNCTION "pem.loganalysis_overallstats(timestamp without time zone, timestamp without time zone, integer)" pg_dump: creating FUNCTION "pem.loganalysis_session_connection_stats(timestamp without time zone, timestamp without time zone, interval, text, integer)" pg_dump: creating FUNCTION "pem.loganalysis_slowqueries(timestamp without time zone, timestamp without time zone, integer, integer)" pg_dump: creating FUNCTION "pem.loganalysis_tagsstats(timestamp without time zone, timestamp without time zone, interval, text, integer, text, text[], boolean)" pg_dump: creating FUNCTION "pem.loganalysis_tempfilestats(timestamp without time zone, timestamp without time zone, interval, text, integer)" pg_dump: creating FUNCTION "pem.loganalysis_tempusedqueries(timestamp without time zone, timestamp without time zone, integer, integer)" pg_dump: creating FUNCTION "pem.max(numeric, numeric)" pg_dump: creating FUNCTION "pem.min(numeric, numeric)" pg_dump: creating FUNCTION "pem.next_schedule(integer, timestamp with time zone, timestamp with time zone, boolean[], boolean[], boolean[], boolean[], boolean[])" pg_dump: creating COMMENT "pem.FUNCTION next_schedule(integer, timestamp with time zone, timestamp with time zone, boolean[], boolean[], boolean[], boolean[], boolean[])" pg_dump: creating FUNCTION "pem.number_replication_lag_bytes(integer, integer, integer)" pg_dump: creating FUNCTION "pem.number_sqlinjection_attacks_detected(integer, integer)" pg_dump: creating FUNCTION "pem.number_sqlinjection_attacks_detected_by_username(integer, text, integer)" pg_dump: creating FUNCTION "pem.on_probe_config_database_insert_or_update()" pg_dump: creating FUNCTION "pem.parse_version_string(text)" pg_dump: creating FUNCTION "pem.pe_engine(integer[], text[])" pg_dump: creating FUNCTION "pem.pe_rule_autovacuum_enabled(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_check_database_encoding(integer, text, text)" pg_dump: creating FUNCTION "pem.pe_rule_check_log_data_deviceid(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_check_log_tblspc_deviceid(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_check_too_many_indexes(integer, text, text)" pg_dump: creating FUNCTION "pem.pe_rule_checkpoint_completion_target(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_checkpoint_segments(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_commit_delay(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_configuring_seq_page_cost(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_default_statistics_target(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_effective_cache_size(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_effective_io_concurrency(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_fsync_enabled(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_increasing_seq_page_cost(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_maintenance_work_mem(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_max_connections(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_missing_foreign_key_indexes(integer, text, text)" pg_dump: creating FUNCTION "pem.pe_rule_missing_primary_keys(integer, text, text)" pg_dump: creating FUNCTION "pem.pe_rule_multiple_tblspc(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_password_authentication(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_planner_methods_enabled(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_reducing_random_page_cost(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_shared_buffers(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_ssl_enabled(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_ssl_for_improved_connection(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_ssl_for_increased_security(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_track_counts_enabled(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_trust_authentication_disabled(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_wal_buffers(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_wal_sync_method(integer, text)" pg_dump: creating FUNCTION "pem.pe_rule_work_mem(integer, text)" pg_dump: creating FUNCTION "pem.pretty_size(bigint)" pg_dump: creating FUNCTION "pem.prime_nagios_passive_alerts()" pg_dump: creating FUNCTION "pem.probe_applies_to(integer, character varying[])" pg_dump: creating FUNCTION "pem.probe_column_trigger()" pg_dump: creating FUNCTION "pem.probe_preupdate()" pg_dump: creating FUNCTION "pem.process_one_alert()" pg_dump: creating FUNCTION "pem.purge_alert_history()" pg_dump: creating FUNCTION "pem.purge_audit_log()" pg_dump: creating FUNCTION "pem.purge_data()" pg_dump: creating FUNCTION "pem.purge_deleted_charts()" pg_dump: creating FUNCTION "pem.purge_deleted_probes()" pg_dump: creating FUNCTION "pem.purge_job_log()" pg_dump: creating FUNCTION "pem.purge_nagios_spool()" pg_dump: creating FUNCTION "pem.purge_probe_history(integer)" pg_dump: creating FUNCTION "pem.purge_probe_log()" pg_dump: creating FUNCTION "pem.purge_server_log()" pg_dump: creating FUNCTION "pem.purge_smtp_spool()" pg_dump: creating FUNCTION "pem.purge_snmp_spool()" pg_dump: creating FUNCTION "pem.remove_string_from_array(character varying[], character varying)" pg_dump: creating FUNCTION "pem.rename_server_group(integer, text)" pg_dump: creating FUNCTION "pem.replication_lag_bytes_by_hostname(text, integer, integer)" pg_dump: creating FUNCTION "pem.reschedule_installed_package_probe()" pg_dump: creating FUNCTION "pem.run_job_to_update_probe_objects_combo()" pg_dump: creating FUNCTION "pem.schedule_trigger()" pg_dump: creating COMMENT "pem.FUNCTION schedule_trigger()" pg_dump: creating FUNCTION "pem.schema_version()" pg_dump: creating COMMENT "pem.FUNCTION schema_version()" pg_dump: creating FUNCTION "pem.send_email(integer[], text, text)" pg_dump: creating FUNCTION "pem.send_notifications()" pg_dump: creating FUNCTION "pem.send_snmptrap(text, text, integer, text, text)" pg_dump: creating FUNCTION "pem.server_down_status(integer, timestamp with time zone, timestamp with time zone)" pg_dump: creating FUNCTION "pem.server_efm_probe_update()" pg_dump: creating FUNCTION "pem.server_insertion()" pg_dump: creating FUNCTION "pem.server_postupdate()" pg_dump: creating FUNCTION "pem.server_tuning(integer, tuning_server_util, tuning_workload_profile)" pg_dump: creating FUNCTION "pem.server_tuning_dw(integer, tuning_server_util, numeric, numeric, boolean)" pg_dump: creating FUNCTION "pem.server_tuning_mixed(integer, tuning_server_util, numeric, numeric, boolean)" pg_dump: creating FUNCTION "pem.server_tuning_oltp(integer, tuning_server_util, numeric, numeric, boolean)" pg_dump: creating FUNCTION "pem.server_tuning_original_value(integer, text)" pg_dump: creating FUNCTION "pem.sqlinjection_attacks_detected_by_username_on_database(integer, text, integer, text)" pg_dump: creating FUNCTION "pem.sqlinjection_attacks_detected_on_database(integer, integer, text)" pg_dump: creating FUNCTION "pem.startup(text, text, text, integer, text, integer, text, text, integer, text)" pg_dump: creating FUNCTION "pem.startup(text, text, text, integer, text, integer, text, text, text, integer, text)" pg_dump: creating FUNCTION "pem.submit_to_nagios(text)" pg_dump: creating FUNCTION "pem.update_snmp_oid()" pg_dump: creating FUNCTION "pem.validate_intervals(timestamp without time zone, timestamp without time zone, integer, interval)" pg_dump: creating FUNCTION "pemdata.calculate_background_writer_statistics_pit_value()" pg_dump: creating FUNCTION "pemdata.calculate_database_statistics_pit_value()" pg_dump: creating FUNCTION "pemdata.calculate_index_statistics_pit_value()" pg_dump: creating FUNCTION "pemdata.calculate_io_analysis_pit_value()" pg_dump: creating FUNCTION "pemdata.calculate_network_statistics_pit_value()" pg_dump: creating FUNCTION "pemdata.calculate_table_statistics_pit_value()" pg_dump: creating FUNCTION "pemdata.copy_audit_configuration_to_history()" pg_dump: creating FUNCTION "pemdata.copy_background_writer_statistics_to_history()" pg_dump: creating FUNCTION "pemdata.copy_cpu_usage_to_history()" pg_dump: creating FUNCTION "pemdata.copy_data_log_file_analysis_to_history()" pg_dump: creating FUNCTION "pemdata.copy_database_frozenxid_to_history()" pg_dump: creating FUNCTION "pemdata.copy_database_size_to_history()" pg_dump: creating FUNCTION "pemdata.copy_database_statistics_to_history()" pg_dump: creating FUNCTION "pemdata.copy_disk_busy_info_to_history()" pg_dump: creating FUNCTION "pemdata.copy_disk_space_to_history()" pg_dump: creating FUNCTION "pemdata.copy_efm_cluster_info_to_history()" pg_dump: creating FUNCTION "pemdata.copy_efm_cluster_node_status_to_history()" pg_dump: creating FUNCTION "pemdata.copy_function_statistics_to_history()" pg_dump: creating FUNCTION "pemdata.copy_index_size_to_history()" pg_dump: creating FUNCTION "pemdata.copy_index_statistics_to_history()" pg_dump: creating FUNCTION "pemdata.copy_io_analysis_to_history()" pg_dump: creating FUNCTION "pemdata.copy_load_average_to_history()" pg_dump: creating FUNCTION "pemdata.copy_lock_info_to_history()" pg_dump: creating FUNCTION "pemdata.copy_log_configuration_to_history()" pg_dump: creating FUNCTION "pemdata.copy_memory_usage_to_history()" pg_dump: creating FUNCTION "pemdata.copy_mview_bloat_to_history()" pg_dump: creating FUNCTION "pemdata.copy_mview_frozenxid_to_history()" pg_dump: creating FUNCTION "pemdata.copy_mview_size_to_history()" pg_dump: creating FUNCTION "pemdata.copy_network_statistics_to_history()" pg_dump: creating FUNCTION "pemdata.copy_number_of_prepared_transactions_to_history()" pg_dump: creating FUNCTION "pemdata.copy_number_of_wal_files_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_database_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_extension_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_foreign_key_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_function_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_index_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_schema_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_sequence_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_table_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_tablespace_to_history()" pg_dump: creating FUNCTION "pemdata.copy_oc_views_to_history()" pg_dump: creating FUNCTION "pemdata.copy_os_info_to_history()" pg_dump: creating FUNCTION "pemdata.copy_os_statistics_to_history()" pg_dump: creating FUNCTION "pemdata.copy_pg_hba_conf_to_history()" pg_dump: creating FUNCTION "pemdata.copy_server_info_to_history()" pg_dump: creating FUNCTION "pemdata.copy_session_info_to_history()" pg_dump: creating FUNCTION "pemdata.copy_session_waits_to_history()" pg_dump: creating FUNCTION "pemdata.copy_settings_to_history()" pg_dump: creating FUNCTION "pemdata.copy_slony_replication_to_history()" pg_dump: creating FUNCTION "pemdata.copy_sql_protect_to_history()" pg_dump: creating FUNCTION "pemdata.copy_streaming_replication_db_conflicts_to_history()" pg_dump: creating FUNCTION "pemdata.copy_streaming_replication_lag_time_to_history()" pg_dump: creating FUNCTION "pemdata.copy_streaming_replication_to_history()" pg_dump: creating FUNCTION "pemdata.copy_system_waits_to_history()" pg_dump: creating FUNCTION "pemdata.copy_table_bloat_to_history()" pg_dump: creating FUNCTION "pemdata.copy_table_frozenxid_to_history()" pg_dump: creating FUNCTION "pemdata.copy_table_size_to_history()" pg_dump: creating FUNCTION "pemdata.copy_table_statistics_to_history()" pg_dump: creating FUNCTION "pemdata.copy_tablespace_size_to_history()" pg_dump: creating FUNCTION "pemdata.copy_user_info_to_history()" pg_dump: creating FUNCTION "pemdata.copy_wal_archive_status_to_history()" pg_dump: creating FUNCTION "pemdata.copy_xdb_smr_mmr_replication_to_history()" pg_dump: creating FUNCTION "pemdata.server_info_preupdate()" pg_dump: creating FUNCTION "public.prime_nagios_passive_alerts()" pg_dump: creating TABLE "pem.agent" pg_dump: creating COMMENT "pem.TABLE agent" pg_dump: creating COMMENT "pem.COLUMN agent.id" pg_dump: creating COMMENT "pem.COLUMN agent.agent_capability_list" pg_dump: creating COMMENT "pem.COLUMN agent.description" pg_dump: creating COMMENT "pem.COLUMN agent.active" pg_dump: creating COMMENT "pem.COLUMN agent.heartbeat_interval" pg_dump: creating COMMENT "pem.COLUMN agent.alert_blackout" pg_dump: creating COMMENT "pem.COLUMN agent.version" pg_dump: creating COMMENT "pem.COLUMN agent.platform" pg_dump: creating COMMENT "pem.COLUMN agent.owner" pg_dump: creating COMMENT "pem.COLUMN agent.team" pg_dump: creating TABLE "pem.agent_heartbeat" pg_dump: creating SEQUENCE "pem.agent_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.agent_id_seq" pg_dump: creating TABLE "pem.agent_server_binding" pg_dump: creating TABLE "pem.alert" pg_dump: creating COMMENT "pem.TABLE alert" pg_dump: creating COMMENT "pem.COLUMN alert.id" pg_dump: creating COMMENT "pem.COLUMN alert.enabled" pg_dump: creating COMMENT "pem.COLUMN alert.template_id" pg_dump: creating COMMENT "pem.COLUMN alert.agent_id" pg_dump: creating COMMENT "pem.COLUMN alert.server_id" pg_dump: creating COMMENT "pem.COLUMN alert.database_name" pg_dump: creating COMMENT "pem.COLUMN alert.schema_name" pg_dump: creating COMMENT "pem.COLUMN alert.package_name" pg_dump: creating COMMENT "pem.COLUMN alert.object_name" pg_dump: creating COMMENT "pem.COLUMN alert.params" pg_dump: creating COMMENT "pem.COLUMN alert.operator" pg_dump: creating COMMENT "pem.COLUMN alert.thresholds" pg_dump: creating COMMENT "pem.COLUMN alert.check_frequency" pg_dump: creating COMMENT "pem.COLUMN alert.history_retention" pg_dump: creating COMMENT "pem.COLUMN alert.error_message" pg_dump: creating COMMENT "pem.COLUMN alert.acknowledged" pg_dump: creating COMMENT "pem.COLUMN alert.email_group_id" pg_dump: creating COMMENT "pem.COLUMN alert.send_email" pg_dump: creating COMMENT "pem.COLUMN alert.last_mail_send" pg_dump: creating COMMENT "pem.COLUMN alert.flapping_detected" pg_dump: creating COMMENT "pem.COLUMN alert.last_flapping_detection_processed" pg_dump: creating COMMENT "pem.COLUMN alert.send_trap" pg_dump: creating COMMENT "pem.COLUMN alert.snmp_trap_version" pg_dump: creating TABLE "pem.alert_history" pg_dump: creating COMMENT "pem.TABLE alert_history" pg_dump: creating COMMENT "pem.COLUMN alert_history.alert_id" pg_dump: creating COMMENT "pem.COLUMN alert_history.value" pg_dump: creating COMMENT "pem.COLUMN alert_history.state" pg_dump: creating COMMENT "pem.COLUMN alert_history.generated" pg_dump: creating SEQUENCE "pem.alert_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.alert_id_seq" pg_dump: creating TABLE "pem.alert_status" pg_dump: creating COMMENT "pem.TABLE alert_status" pg_dump: creating COMMENT "pem.COLUMN alert_status.current_value" pg_dump: creating COMMENT "pem.COLUMN alert_status.current_state" pg_dump: creating COMMENT "pem.COLUMN alert_status.current_state_since" pg_dump: creating COMMENT "pem.COLUMN alert_status.last_processed" pg_dump: creating COMMENT "pem.COLUMN alert_status.state_change_count" pg_dump: creating TABLE "pem.alert_template" pg_dump: creating COMMENT "pem.TABLE alert_template" pg_dump: creating COMMENT "pem.COLUMN alert_template.id" pg_dump: creating COMMENT "pem.COLUMN alert_template.display_name" pg_dump: creating COMMENT "pem.COLUMN alert_template.description" pg_dump: creating COMMENT "pem.COLUMN alert_template.sql" pg_dump: creating COMMENT "pem.COLUMN alert_template.object_type" pg_dump: creating COMMENT "pem.COLUMN alert_template.param_names" pg_dump: creating COMMENT "pem.COLUMN alert_template.param_types" pg_dump: creating COMMENT "pem.COLUMN alert_template.param_units" pg_dump: creating COMMENT "pem.COLUMN alert_template.threshold_unit" pg_dump: creating COMMENT "pem.COLUMN alert_template.default_check_frequency" pg_dump: creating COMMENT "pem.COLUMN alert_template.default_history_retention" pg_dump: creating COMMENT "pem.COLUMN alert_template.snmp_oid" pg_dump: creating COMMENT "pem.COLUMN alert_template.applicable_on_server" pg_dump: creating COMMENT "pem.COLUMN alert_template.is_system_template" pg_dump: creating SEQUENCE "pem.alert_template_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.alert_template_id_seq" pg_dump: creating TABLE "pem.audit_configuration" pg_dump: creating COMMENT "pem.TABLE audit_configuration" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.server_id" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_directory" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_filename" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_rotation_day" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_rotation_size" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_rotation_sec" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_connect" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_disconnect" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_statements" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.last_read_filename" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.file_offset" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.log_collection" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.log_collection_frequency" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_tag" pg_dump: creating COMMENT "pem.COLUMN audit_configuration.edb_audit_destination" pg_dump: creating TABLE "pem.server" pg_dump: creating COMMENT "pem.TABLE server" pg_dump: creating COMMENT "pem.COLUMN server.id" pg_dump: creating COMMENT "pem.COLUMN server.description" pg_dump: creating COMMENT "pem.COLUMN server.server" pg_dump: creating COMMENT "pem.COLUMN server.port" pg_dump: creating COMMENT "pem.COLUMN server.database" pg_dump: creating COMMENT "pem.COLUMN server.ssl" pg_dump: creating COMMENT "pem.COLUMN server.serviceid" pg_dump: creating COMMENT "pem.COLUMN server.hostaddr" pg_dump: creating COMMENT "pem.COLUMN server.service" pg_dump: creating COMMENT "pem.COLUMN server.alert_blackout" pg_dump: creating COMMENT "pem.COLUMN server.owner" pg_dump: creating COMMENT "pem.COLUMN server.team" pg_dump: creating COMMENT "pem.COLUMN server.is_remote_monitoring" pg_dump: creating COMMENT "pem.COLUMN server.efm_cluster_name" pg_dump: creating COMMENT "pem.COLUMN server.efm_service_name" pg_dump: creating COMMENT "pem.COLUMN server.efm_installation_path" pg_dump: creating VIEW "pem.avail_servers" pg_dump: creating VIEW "pem.avail_agents" pg_dump: creating TABLE "pem.bar_chart" pg_dump: creating COMMENT "pem.TABLE bar_chart" pg_dump: creating TABLE "pem.capacity_report_chart" pg_dump: creating COMMENT "pem.TABLE capacity_report_chart" pg_dump: creating SEQUENCE "pem.chart_id_seq" pg_dump: creating TABLE "pem.chart" pg_dump: creating COMMENT "pem.TABLE chart" pg_dump: creating SEQUENCE "pem.chart_category_id_seq" pg_dump: creating TABLE "pem.chart_category" pg_dump: creating TABLE "pem.chart_config" pg_dump: creating COMMENT "pem.TABLE chart_config" pg_dump: creating SEQUENCE "pem.chart_func_id_seq" pg_dump: creating TABLE "pem.chart_func" pg_dump: creating COMMENT "pem.TABLE chart_func" pg_dump: creating COMMENT "pem.COLUMN chart_func.type" pg_dump: creating COMMENT "pem.COLUMN chart_func.func" pg_dump: creating COMMENT "pem.COLUMN chart_func.r_sys_obj" pg_dump: creating TABLE "pem.chart_metric" pg_dump: creating COMMENT "pem.TABLE chart_metric" pg_dump: creating COMMENT "pem.COLUMN chart_metric.agg_func" pg_dump: creating COMMENT "pem.COLUMN chart_metric.params" pg_dump: creating TABLE "pem.cm_template" pg_dump: creating SEQUENCE "pem.cm_template_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.cm_template_id_seq" pg_dump: creating TABLE "pem.cm_template_metrics" pg_dump: creating SEQUENCE "pem.cm_template_metrics_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.cm_template_metrics_id_seq" pg_dump: creating TABLE "pem.cm_template_path" pg_dump: creating SEQUENCE "pem.cm_template_path_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.cm_template_path_id_seq" pg_dump: creating TABLE "pem.config" pg_dump: creating COMMENT "pem.TABLE config" pg_dump: creating COMMENT "pem.COLUMN config.param" pg_dump: creating COMMENT "pem.COLUMN config.value" pg_dump: creating COMMENT "pem.COLUMN config.unit" pg_dump: creating COMMENT "pem.COLUMN config.datatype" pg_dump: creating SEQUENCE "pem.dashboard_id_seq" pg_dump: creating TABLE "pem.dashboard" pg_dump: creating TABLE "pem.dashboard_chart" pg_dump: creating TABLE "pem.dashboard_section" pg_dump: creating TABLE "pem.dashboard_settings" pg_dump: creating TABLE "pem.data_chart" pg_dump: creating TABLE "pem.database_option" pg_dump: creating COMMENT "pem.TABLE database_option" pg_dump: creating COMMENT "pem.COLUMN database_option.id" pg_dump: creating COMMENT "pem.COLUMN database_option.server_id" pg_dump: creating COMMENT "pem.COLUMN database_option.pem_user" pg_dump: creating COMMENT "pem.COLUMN database_option.database" pg_dump: creating COMMENT "pem.COLUMN database_option.schema_restriction" pg_dump: creating SEQUENCE "pem.database_option_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.database_option_id_seq" pg_dump: creating TABLE "pem.email_group" pg_dump: creating SEQUENCE "pem.email_group_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.email_group_id_seq" pg_dump: creating TABLE "pem.email_group_option" pg_dump: creating SEQUENCE "pem.email_group_option_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.email_group_option_id_seq" pg_dump: creating TABLE "pem.email_template" pg_dump: creating SEQUENCE "pem.email_template_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.email_template_id_seq" pg_dump: creating TABLE "pem.exception" pg_dump: creating SEQUENCE "pem.exception_jexid_seq" pg_dump: creating SEQUENCE OWNED BY "pem.exception_jexid_seq" pg_dump: creating TABLE "pem.history_chart" pg_dump: creating TABLE "pem.job" pg_dump: creating COMMENT "pem.TABLE job" pg_dump: creating COMMENT "pem.COLUMN job.jobprocessid" pg_dump: creating COMMENT "pem.COLUMN job.execute_on_dep_job_status" pg_dump: creating SEQUENCE "pem.job_jobid_seq" pg_dump: creating SEQUENCE OWNED BY "pem.job_jobid_seq" pg_dump: creating TABLE "pem.jobagent" pg_dump: creating COMMENT "pem.TABLE jobagent" pg_dump: creating SEQUENCE "pem.joblog_jlgid_seq" pg_dump: creating TABLE "pem.joblog" pg_dump: creating COMMENT "pem.TABLE joblog" pg_dump: creating COMMENT "pem.COLUMN joblog.jlgstatus" pg_dump: creating TABLE "pem.jobstep" pg_dump: creating COMMENT "pem.TABLE jobstep" pg_dump: creating COMMENT "pem.COLUMN jobstep.jstkind" pg_dump: creating COMMENT "pem.COLUMN jobstep.jstonerror" pg_dump: creating SEQUENCE "pem.jobstep_jstid_seq" pg_dump: creating SEQUENCE OWNED BY "pem.jobstep_jstid_seq" pg_dump: creating SEQUENCE "pem.jobsteplog_jslid_seq" pg_dump: creating TABLE "pem.jobsteplog" pg_dump: creating COMMENT "pem.TABLE jobsteplog" pg_dump: creating COMMENT "pem.COLUMN jobsteplog.jslstatus" pg_dump: creating COMMENT "pem.COLUMN jobsteplog.jslresult" pg_dump: creating TABLE "pem.line_chart" pg_dump: creating TABLE "pem.log_configuration" pg_dump: creating COMMENT "pem.TABLE log_configuration" pg_dump: creating COMMENT "pem.COLUMN log_configuration.server_id" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_destination" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_collector" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_directory" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_filename" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_syslog_facility" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_syslog_ident" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_rotation_size" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_rotation_time" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_rotation_truncate" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_client_min_messages" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_min_messages" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_min_error_statement" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_min_duration_statement" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_parse_tree" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_rewriter_output" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_exec_plan" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_indent_debug_output" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_checkpoints" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_connections" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_disconnections" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_duration" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_hostname" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_lock_waits" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_error_verbosity" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_prefix_string" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_statements" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_autovacuum_min_duration" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_temp_files" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_import" pg_dump: creating COMMENT "pem.COLUMN log_configuration.log_import_frequency" pg_dump: creating TABLE "pem.logexp_charts" pg_dump: creating COMMENT "pem.COLUMN logexp_charts.id" pg_dump: creating COMMENT "pem.COLUMN logexp_charts.analyzer_name" pg_dump: creating COMMENT "pem.COLUMN logexp_charts.chart_headers" pg_dump: creating COMMENT "pem.COLUMN logexp_charts.method" pg_dump: creating COMMENT "pem.COLUMN logexp_charts.type" pg_dump: creating COMMENT "pem.COLUMN logexp_charts.tag_chart_id" pg_dump: creating COMMENT "pem.COLUMN logexp_charts.lables" pg_dump: creating COMMENT "pem.COLUMN logexp_charts.is_pie" pg_dump: creating SEQUENCE "pem.logexp_charts_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.logexp_charts_id_seq" pg_dump: creating TABLE "pem.logexp_tagbasecharts" pg_dump: creating COMMENT "pem.COLUMN logexp_tagbasecharts.id" pg_dump: creating COMMENT "pem.COLUMN logexp_tagbasecharts.exact_match" pg_dump: creating COMMENT "pem.COLUMN logexp_tagbasecharts.tags" pg_dump: creating COMMENT "pem.COLUMN logexp_tagbasecharts.target_name" pg_dump: creating SEQUENCE "pem.logexp_tagbasecharts_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.logexp_tagbasecharts_id_seq" pg_dump: creating TABLE "pem.metrices_chart" pg_dump: creating COMMENT "pem.COLUMN metrices_chart.agg_int" pg_dump: creating SEQUENCE "pem.nagios_spool_id_seq" pg_dump: creating TABLE "pem.nagios_spool" pg_dump: creating TABLE "pem.package_installation" pg_dump: creating TABLE "pem.package_options" pg_dump: creating TABLE "pem.pe_experts" pg_dump: creating COMMENT "pem.TABLE pe_experts" pg_dump: creating COMMENT "pem.COLUMN pe_experts.id" pg_dump: creating COMMENT "pem.COLUMN pe_experts.language" pg_dump: creating COMMENT "pem.COLUMN pe_experts.name" pg_dump: creating SEQUENCE "pem.pe_experts_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.pe_experts_id_seq" pg_dump: creating TABLE "pem.pe_rules" pg_dump: creating COMMENT "pem.TABLE pe_rules" pg_dump: creating COMMENT "pem.COLUMN pe_rules.id" pg_dump: creating COMMENT "pem.COLUMN pe_rules.expert" pg_dump: creating COMMENT "pem.COLUMN pe_rules.evaluator" pg_dump: creating COMMENT "pem.COLUMN pe_rules.run_on_server_only" pg_dump: creating COMMENT "pem.COLUMN pe_rules.run_on_remote_server" pg_dump: creating SEQUENCE "pem.pe_rules_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.pe_rules_id_seq" pg_dump: creating TABLE "pem.pe_rules_text" pg_dump: creating COMMENT "pem.TABLE pe_rules_text" pg_dump: creating COMMENT "pem.COLUMN pe_rules_text.id" pg_dump: creating COMMENT "pem.COLUMN pe_rules_text.rule_id" pg_dump: creating COMMENT "pem.COLUMN pe_rules_text.language" pg_dump: creating COMMENT "pem.COLUMN pe_rules_text.name" pg_dump: creating COMMENT "pem.COLUMN pe_rules_text.description" pg_dump: creating COMMENT "pem.COLUMN pe_rules_text.trigger" pg_dump: creating SEQUENCE "pem.pe_rules_text_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.pe_rules_text_id_seq" pg_dump: creating TABLE "pem.pie_chart" pg_dump: creating COMMENT "pem.TABLE pie_chart" pg_dump: creating TABLE "pem.probe" pg_dump: creating COMMENT "pem.COLUMN probe.default_lifetime" pg_dump: creating TABLE "pem.probe_column" pg_dump: creating TABLE "pem.probe_target_type" pg_dump: creating VIEW "pem.probe_column_definition" pg_dump: creating SEQUENCE "pem.probe_column_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.probe_column_id_seq" pg_dump: creating TABLE "pem.probe_config_agent" pg_dump: creating TABLE "pem.probe_config_database" pg_dump: creating TABLE "pem.probe_config_function" pg_dump: creating TABLE "pem.probe_config_index" pg_dump: creating TABLE "pem.probe_config_schema" pg_dump: creating TABLE "pem.probe_config_sequence" pg_dump: creating TABLE "pem.probe_config_server" pg_dump: creating TABLE "pem.probe_config_table" pg_dump: creating TABLE "pem.probe_config_view" pg_dump: creating SEQUENCE "pem.probe_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.probe_id_seq" pg_dump: creating TABLE "pem.probe_log" pg_dump: creating SEQUENCE "pem.probe_log_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.probe_log_id_seq" pg_dump: creating TABLE "pem.probe_objects_combo" pg_dump: creating TABLE "pem.probe_schedule" pg_dump: creating TABLE "pem.probe_server_version" pg_dump: creating TABLE "pemdata.oc_database" pg_dump: creating TABLE "pemdata.oc_function" pg_dump: creating TABLE "pemdata.oc_index" pg_dump: creating TABLE "pemdata.oc_schema" pg_dump: creating TABLE "pemdata.oc_sequence" pg_dump: creating TABLE "pemdata.oc_table" pg_dump: creating TABLE "pemdata.oc_views" pg_dump: creating TABLE "pemdata.server_info" pg_dump: creating VIEW "pem.probe_target_view" pg_dump: creating VIEW "pem.probe_schedule_view" pg_dump: creating SEQUENCE "pem.probe_server_version_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.probe_server_version_id_seq" pg_dump: creating VIEW "pem.probe_target_without_discard_history" pg_dump: creating TABLE "pem.schedule" pg_dump: creating COMMENT "pem.TABLE schedule" pg_dump: creating SEQUENCE "pem.schedule_jscid_seq" pg_dump: creating SEQUENCE OWNED BY "pem.schedule_jscid_seq" pg_dump: creating TABLE "pem.server_group" pg_dump: creating SEQUENCE "pem.server_group_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.server_group_id_seq" pg_dump: creating TABLE "pem.server_heartbeat" pg_dump: creating SEQUENCE "pem.server_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.server_id_seq" pg_dump: creating TABLE "pem.server_option" pg_dump: creating COMMENT "pem.TABLE server_option" pg_dump: creating COMMENT "pem.COLUMN server_option.id" pg_dump: creating COMMENT "pem.COLUMN server_option.server_id" pg_dump: creating COMMENT "pem.COLUMN server_option.pem_user" pg_dump: creating COMMENT "pem.COLUMN server_option.username" pg_dump: creating COMMENT "pem.COLUMN server_option.server_colour" pg_dump: creating COMMENT "pem.COLUMN server_option.database_restriction" pg_dump: creating COMMENT "pem.COLUMN server_option.store_pwd" pg_dump: creating COMMENT "pem.COLUMN server_option.restore_env" pg_dump: creating COMMENT "pem.COLUMN server_option.last_database" pg_dump: creating COMMENT "pem.COLUMN server_option.last_schema" pg_dump: creating COMMENT "pem.COLUMN server_option.rolename" pg_dump: creating COMMENT "pem.COLUMN server_option.ssl_root_cert" pg_dump: creating COMMENT "pem.COLUMN server_option.ssl_rev_list" pg_dump: creating COMMENT "pem.COLUMN server_option.ssl_client_cert" pg_dump: creating COMMENT "pem.COLUMN server_option.ssl_client_key" pg_dump: creating SEQUENCE "pem.server_option_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.server_option_id_seq" pg_dump: creating TABLE "pem.server_version" pg_dump: creating TABLE "pem.smtp_spool" pg_dump: creating SEQUENCE "pem.smtp_spool_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.smtp_spool_id_seq" pg_dump: creating TABLE "pem.snmp_spool" pg_dump: creating SEQUENCE "pem.snmp_spool_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.snmp_spool_id_seq" pg_dump: creating TABLE "pem.sr_existing_replication" pg_dump: creating SEQUENCE "pem.sr_existing_replication_id_seq" pg_dump: creating SEQUENCE OWNED BY "pem.sr_existing_replication_id_seq" pg_dump: creating TABLE "pem.sr_master" pg_dump: creating COMMENT "pem.TABLE sr_master" pg_dump: creating COMMENT "pem.COLUMN sr_master.srid" pg_dump: creating SEQUENCE "pem.sr_master_srid_seq" pg_dump: creating SEQUENCE OWNED BY "pem.sr_master_srid_seq" pg_dump: creating TABLE "pem.sr_standby" pg_dump: creating COMMENT "pem.TABLE sr_standby" pg_dump: creating COMMENT "pem.COLUMN sr_standby.srid" pg_dump: creating COMMENT "pem.COLUMN sr_standby.msrid" pg_dump: creating SEQUENCE "pem.sr_standby_srid_seq" pg_dump: creating SEQUENCE OWNED BY "pem.sr_standby_srid_seq" pg_dump: creating TABLE "pem.tbl_chart" pg_dump: creating COMMENT "pem.TABLE tbl_chart" pg_dump: creating COMMENT "pem.COLUMN tbl_chart.type" pg_dump: creating TABLE "pem.user_server_group" pg_dump: creating TABLE "pemdata.audit_configuration" pg_dump: creating COMMENT "pemdata.COLUMN audit_configuration.edb_audit_destination" pg_dump: creating TABLE "pemdata.audit_logs" pg_dump: creating COMMENT "pemdata.TABLE audit_logs" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.id" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.server_id" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.log_time" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.user_name" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.database_name" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.process_id" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.connection_from" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.session_id" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.command_tag" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.session_start_time" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.virtual_transaction_id" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.transaction_id" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.error_severity" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.sql_state_code" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.message" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.hint" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.query" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.application_name" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.audit_tag" pg_dump: creating COMMENT "pemdata.COLUMN audit_logs.audit_command_tag" pg_dump: creating SEQUENCE "pemdata.audit_logs_id_seq" pg_dump: creating SEQUENCE OWNED BY "pemdata.audit_logs_id_seq" pg_dump: creating TABLE "pemdata.auto_discover_servers" pg_dump: creating TABLE "pemdata.background_writer_statistics" pg_dump: creating TABLE "pemdata.cpu_usage" pg_dump: creating TABLE "pemdata.data_log_file_analysis" pg_dump: creating TABLE "pemdata.database_frozenxid" pg_dump: creating TABLE "pemdata.database_size" pg_dump: creating TABLE "pemdata.database_statistics" pg_dump: creating TABLE "pemdata.disk_busy_info" pg_dump: creating TABLE "pemdata.disk_space" pg_dump: creating TABLE "pemdata.efm_cluster_info" pg_dump: creating TABLE "pemdata.efm_cluster_node_status" pg_dump: creating TABLE "pemdata.function_statistics" pg_dump: creating TABLE "pemdata.index_size" pg_dump: creating TABLE "pemdata.index_statistics" pg_dump: creating TABLE "pemdata.installed_packages" pg_dump: creating TABLE "pemdata.io_analysis" pg_dump: creating TABLE "pemdata.load_average" pg_dump: creating TABLE "pemdata.lock_info" pg_dump: creating TABLE "pemdata.log_configuration" pg_dump: creating TABLE "pemdata.memory_usage" pg_dump: creating TABLE "pemdata.mview_bloat" pg_dump: creating TABLE "pemdata.mview_frozenxid" pg_dump: creating TABLE "pemdata.mview_size" pg_dump: creating TABLE "pemdata.network_statistics" pg_dump: creating TABLE "pemdata.number_of_prepared_transactions" pg_dump: creating TABLE "pemdata.number_of_wal_files" pg_dump: creating TABLE "pemdata.oc_extension" pg_dump: creating TABLE "pemdata.oc_foreign_key" pg_dump: creating TABLE "pemdata.oc_tablespace" pg_dump: creating TABLE "pemdata.os_info" pg_dump: creating TABLE "pemdata.os_statistics" pg_dump: creating TABLE "pemdata.package_catalog" pg_dump: creating TABLE "pemdata.pg_hba_conf" pg_dump: creating TABLE "pemdata.server_logs" pg_dump: creating COMMENT "pemdata.TABLE server_logs" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.id" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.server_id" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.log_time" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.user_name" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.database_name" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.process_id" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.connection_from" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.session_id" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.command_tag" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.session_start_time" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.virtual_transaction_id" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.transaction_id" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.error_severity" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.sql_state_code" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.message" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.hint" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.query" pg_dump: creating COMMENT "pemdata.COLUMN server_logs.application_name" pg_dump: creating SEQUENCE "pemdata.server_logs_id_seq" pg_dump: creating SEQUENCE OWNED BY "pemdata.server_logs_id_seq" pg_dump: creating TABLE "pemdata.session_info" pg_dump: creating TABLE "pemdata.session_waits" pg_dump: creating TABLE "pemdata.settings" pg_dump: creating TABLE "pemdata.slony_replication" pg_dump: creating TABLE "pemdata.sql_protect" pg_dump: creating TABLE "pemdata.streaming_replication" pg_dump: creating TABLE "pemdata.streaming_replication_db_conflicts" pg_dump: creating TABLE "pemdata.streaming_replication_lag_time" pg_dump: creating TABLE "pemdata.system_waits" pg_dump: creating TABLE "pemdata.table_bloat" pg_dump: creating TABLE "pemdata.table_frozenxid" pg_dump: creating TABLE "pemdata.table_size" pg_dump: creating TABLE "pemdata.table_statistics" pg_dump: creating TABLE "pemdata.tablespace_size" pg_dump: creating TABLE "pemdata.user_info" pg_dump: creating TABLE "pemdata.wal_archive_status" pg_dump: creating TABLE "pemdata.xdb_smr_mmr_replication" pg_dump: creating TABLE "pemhistory.audit_configuration" pg_dump: creating COMMENT "pemhistory.COLUMN audit_configuration.edb_audit_destination" pg_dump: creating TABLE "pemhistory.background_writer_statistics" pg_dump: creating TABLE "pemhistory.cpu_usage" pg_dump: creating TABLE "pemhistory.data_log_file_analysis" pg_dump: creating TABLE "pemhistory.database_frozenxid" pg_dump: creating TABLE "pemhistory.database_size" pg_dump: creating TABLE "pemhistory.database_statistics" pg_dump: creating TABLE "pemhistory.disk_busy_info" pg_dump: creating TABLE "pemhistory.disk_space" pg_dump: creating TABLE "pemhistory.efm_cluster_info" pg_dump: creating TABLE "pemhistory.efm_cluster_node_status" pg_dump: creating TABLE "pemhistory.function_statistics" pg_dump: creating TABLE "pemhistory.index_size" pg_dump: creating TABLE "pemhistory.index_statistics" pg_dump: creating TABLE "pemhistory.io_analysis" pg_dump: creating TABLE "pemhistory.load_average" pg_dump: creating TABLE "pemhistory.lock_info" pg_dump: creating TABLE "pemhistory.log_configuration" pg_dump: creating TABLE "pemhistory.memory_usage" pg_dump: creating TABLE "pemhistory.mview_bloat" pg_dump: creating TABLE "pemhistory.mview_frozenxid" pg_dump: creating TABLE "pemhistory.mview_size" pg_dump: creating TABLE "pemhistory.network_statistics" pg_dump: creating TABLE "pemhistory.number_of_prepared_transactions" pg_dump: creating TABLE "pemhistory.number_of_wal_files" pg_dump: creating TABLE "pemhistory.oc_database" pg_dump: creating TABLE "pemhistory.oc_extension" pg_dump: creating TABLE "pemhistory.oc_foreign_key" pg_dump: creating TABLE "pemhistory.oc_function" pg_dump: creating TABLE "pemhistory.oc_index" pg_dump: creating TABLE "pemhistory.oc_schema" pg_dump: creating TABLE "pemhistory.oc_sequence" pg_dump: creating TABLE "pemhistory.oc_table" pg_dump: creating TABLE "pemhistory.oc_tablespace" pg_dump: creating TABLE "pemhistory.oc_views" pg_dump: creating TABLE "pemhistory.os_info" pg_dump: creating TABLE "pemhistory.os_statistics" pg_dump: creating TABLE "pemhistory.pg_hba_conf" pg_dump: creating TABLE "pemhistory.server_info" pg_dump: creating TABLE "pemhistory.session_info" pg_dump: creating TABLE "pemhistory.session_waits" pg_dump: creating TABLE "pemhistory.settings" pg_dump: creating TABLE "pemhistory.slony_replication" pg_dump: creating TABLE "pemhistory.sql_protect" pg_dump: creating TABLE "pemhistory.streaming_replication" pg_dump: creating TABLE "pemhistory.streaming_replication_db_conflicts" pg_dump: creating TABLE "pemhistory.streaming_replication_lag_time" pg_dump: creating TABLE "pemhistory.system_waits" pg_dump: creating TABLE "pemhistory.table_bloat" pg_dump: creating TABLE "pemhistory.table_frozenxid" pg_dump: creating TABLE "pemhistory.table_size" pg_dump: creating TABLE "pemhistory.table_statistics" pg_dump: creating TABLE "pemhistory.tablespace_size" pg_dump: creating TABLE "pemhistory.user_info" pg_dump: creating TABLE "pemhistory.wal_archive_status" pg_dump: creating TABLE "pemhistory.xdb_smr_mmr_replication" pg_dump: creating DEFAULT "pem.agent id" pg_dump: creating DEFAULT "pem.alert id" pg_dump: creating DEFAULT "pem.alert_template id" pg_dump: creating DEFAULT "pem.cm_template id" pg_dump: creating DEFAULT "pem.cm_template_metrics id" pg_dump: creating DEFAULT "pem.cm_template_path id" pg_dump: creating DEFAULT "pem.database_option id" pg_dump: creating DEFAULT "pem.email_group id" pg_dump: creating DEFAULT "pem.email_group_option id" pg_dump: creating DEFAULT "pem.email_template id" pg_dump: creating DEFAULT "pem.exception jexid" pg_dump: creating DEFAULT "pem.job jobid" pg_dump: creating DEFAULT "pem.jobstep jstid" pg_dump: creating DEFAULT "pem.logexp_charts id" pg_dump: creating DEFAULT "pem.logexp_tagbasecharts id" pg_dump: creating DEFAULT "pem.pe_experts id" pg_dump: creating DEFAULT "pem.pe_rules id" pg_dump: creating DEFAULT "pem.pe_rules_text id" pg_dump: creating DEFAULT "pem.probe id" pg_dump: creating DEFAULT "pem.probe_column id" pg_dump: creating DEFAULT "pem.probe_log id" pg_dump: creating DEFAULT "pem.probe_server_version id" pg_dump: creating DEFAULT "pem.schedule jscid" pg_dump: creating DEFAULT "pem.server id" pg_dump: creating DEFAULT "pem.server_group id" pg_dump: creating DEFAULT "pem.server_option id" pg_dump: creating DEFAULT "pem.smtp_spool id" pg_dump: creating DEFAULT "pem.snmp_spool id" pg_dump: creating DEFAULT "pem.sr_existing_replication id" pg_dump: creating DEFAULT "pem.sr_master srid" pg_dump: creating DEFAULT "pem.sr_standby srid" pg_dump: creating DEFAULT "pemdata.audit_logs id" pg_dump: creating DEFAULT "pemdata.server_logs id" pg_dump: processing data for table "pem.agent" pg_dump: dumping contents of table "pem.agent" pg_dump: processing data for table "pem.agent_heartbeat" pg_dump: dumping contents of table "pem.agent_heartbeat" pg_dump: processing data for table "pem.agent_server_binding" pg_dump: dumping contents of table "pem.agent_server_binding" pg_dump: processing data for table "pem.alert" pg_dump: dumping contents of table "pem.alert" pg_dump: processing data for table "pem.alert_history" pg_dump: dumping contents of table "pem.alert_history" pg_dump: processing data for table "pem.alert_status" pg_dump: dumping contents of table "pem.alert_status" pg_dump: processing data for table "pem.alert_template" pg_dump: dumping contents of table "pem.alert_template" pg_dump: processing data for table "pem.audit_configuration" pg_dump: dumping contents of table "pem.audit_configuration" pg_dump: processing data for table "pem.bar_chart" pg_dump: dumping contents of table "pem.bar_chart" pg_dump: processing data for table "pem.capacity_report_chart" pg_dump: dumping contents of table "pem.capacity_report_chart" pg_dump: processing data for table "pem.chart" pg_dump: dumping contents of table "pem.chart" pg_dump: processing data for table "pem.chart_category" pg_dump: dumping contents of table "pem.chart_category" pg_dump: processing data for table "pem.chart_config" pg_dump: dumping contents of table "pem.chart_config" pg_dump: processing data for table "pem.chart_func" pg_dump: dumping contents of table "pem.chart_func" pg_dump: processing data for table "pem.chart_metric" pg_dump: dumping contents of table "pem.chart_metric" pg_dump: processing data for table "pem.cm_template" pg_dump: dumping contents of table "pem.cm_template" pg_dump: processing data for table "pem.cm_template_metrics" pg_dump: dumping contents of table "pem.cm_template_metrics" pg_dump: processing data for table "pem.cm_template_path" pg_dump: dumping contents of table "pem.cm_template_path" pg_dump: processing data for table "pem.config" pg_dump: dumping contents of table "pem.config" pg_dump: processing data for table "pem.dashboard" pg_dump: dumping contents of table "pem.dashboard" pg_dump: processing data for table "pem.dashboard_chart" pg_dump: dumping contents of table "pem.dashboard_chart" pg_dump: processing data for table "pem.dashboard_section" pg_dump: dumping contents of table "pem.dashboard_section" pg_dump: processing data for table "pem.dashboard_settings" pg_dump: dumping contents of table "pem.dashboard_settings" pg_dump: processing data for table "pem.data_chart" pg_dump: dumping contents of table "pem.data_chart" pg_dump: processing data for table "pem.database_option" pg_dump: dumping contents of table "pem.database_option" pg_dump: processing data for table "pem.email_group" pg_dump: dumping contents of table "pem.email_group" pg_dump: processing data for table "pem.email_group_option" pg_dump: dumping contents of table "pem.email_group_option" pg_dump: processing data for table "pem.email_template" pg_dump: dumping contents of table "pem.email_template" pg_dump: processing data for table "pem.exception" pg_dump: dumping contents of table "pem.exception" pg_dump: processing data for table "pem.history_chart" pg_dump: dumping contents of table "pem.history_chart" pg_dump: processing data for table "pem.job" pg_dump: dumping contents of table "pem.job" pg_dump: processing data for table "pem.jobagent" pg_dump: dumping contents of table "pem.jobagent" pg_dump: processing data for table "pem.joblog" pg_dump: dumping contents of table "pem.joblog" pg_dump: processing data for table "pem.jobstep" pg_dump: dumping contents of table "pem.jobstep" pg_dump: processing data for table "pem.jobsteplog" pg_dump: dumping contents of table "pem.jobsteplog" pg_dump: processing data for table "pem.line_chart" pg_dump: dumping contents of table "pem.line_chart" pg_dump: processing data for table "pem.log_configuration" pg_dump: dumping contents of table "pem.log_configuration" pg_dump: processing data for table "pem.logexp_charts" pg_dump: dumping contents of table "pem.logexp_charts" pg_dump: processing data for table "pem.logexp_tagbasecharts" pg_dump: dumping contents of table "pem.logexp_tagbasecharts" pg_dump: processing data for table "pem.metrices_chart" pg_dump: dumping contents of table "pem.metrices_chart" pg_dump: processing data for table "pem.nagios_spool" pg_dump: dumping contents of table "pem.nagios_spool" pg_dump: processing data for table "pem.package_installation" pg_dump: dumping contents of table "pem.package_installation" pg_dump: processing data for table "pem.package_options" pg_dump: dumping contents of table "pem.package_options" pg_dump: processing data for table "pem.pe_experts" pg_dump: dumping contents of table "pem.pe_experts" pg_dump: processing data for table "pem.pe_rules" pg_dump: dumping contents of table "pem.pe_rules" pg_dump: processing data for table "pem.pe_rules_text" pg_dump: dumping contents of table "pem.pe_rules_text" pg_dump: processing data for table "pem.pie_chart" pg_dump: dumping contents of table "pem.pie_chart" pg_dump: processing data for table "pem.probe" pg_dump: dumping contents of table "pem.probe" pg_dump: processing data for table "pem.probe_column" pg_dump: dumping contents of table "pem.probe_column" pg_dump: processing data for table "pem.probe_config_agent" pg_dump: dumping contents of table "pem.probe_config_agent" pg_dump: processing data for table "pem.probe_config_database" pg_dump: dumping contents of table "pem.probe_config_database" pg_dump: processing data for table "pem.probe_config_function" pg_dump: dumping contents of table "pem.probe_config_function" pg_dump: processing data for table "pem.probe_config_index" pg_dump: dumping contents of table "pem.probe_config_index" pg_dump: processing data for table "pem.probe_config_schema" pg_dump: dumping contents of table "pem.probe_config_schema" pg_dump: processing data for table "pem.probe_config_sequence" pg_dump: dumping contents of table "pem.probe_config_sequence" pg_dump: processing data for table "pem.probe_config_server" pg_dump: dumping contents of table "pem.probe_config_server" pg_dump: processing data for table "pem.probe_config_table" pg_dump: dumping contents of table "pem.probe_config_table" pg_dump: processing data for table "pem.probe_config_view" pg_dump: dumping contents of table "pem.probe_config_view" pg_dump: processing data for table "pem.probe_log" pg_dump: dumping contents of table "pem.probe_log" pg_dump: processing data for table "pem.probe_objects_combo" pg_dump: dumping contents of table "pem.probe_objects_combo" pg_dump: processing data for table "pem.probe_schedule" pg_dump: dumping contents of table "pem.probe_schedule" pg_dump: processing data for table "pem.probe_server_version" pg_dump: dumping contents of table "pem.probe_server_version" pg_dump: processing data for table "pem.probe_target_type" pg_dump: dumping contents of table "pem.probe_target_type" pg_dump: processing data for table "pem.schedule" pg_dump: dumping contents of table "pem.schedule" pg_dump: processing data for table "pem.server" pg_dump: dumping contents of table "pem.server" pg_dump: processing data for table "pem.server_group" pg_dump: dumping contents of table "pem.server_group" pg_dump: processing data for table "pem.server_heartbeat" pg_dump: dumping contents of table "pem.server_heartbeat" pg_dump: processing data for table "pem.server_option" pg_dump: dumping contents of table "pem.server_option" pg_dump: processing data for table "pem.server_version" pg_dump: dumping contents of table "pem.server_version" pg_dump: processing data for table "pem.smtp_spool" pg_dump: dumping contents of table "pem.smtp_spool" pg_dump: processing data for table "pem.snmp_spool" pg_dump: dumping contents of table "pem.snmp_spool" pg_dump: processing data for table "pem.sr_existing_replication" pg_dump: dumping contents of table "pem.sr_existing_replication" pg_dump: processing data for table "pem.sr_master" pg_dump: dumping contents of table "pem.sr_master" pg_dump: processing data for table "pem.sr_standby" pg_dump: dumping contents of table "pem.sr_standby" pg_dump: processing data for table "pem.tbl_chart" pg_dump: dumping contents of table "pem.tbl_chart" pg_dump: processing data for table "pem.user_server_group" pg_dump: dumping contents of table "pem.user_server_group" pg_dump: processing data for table "pemdata.audit_configuration" pg_dump: dumping contents of table "pemdata.audit_configuration" pg_dump: processing data for table "pemdata.audit_logs" pg_dump: dumping contents of table "pemdata.audit_logs" pg_dump: processing data for table "pemdata.auto_discover_servers" pg_dump: dumping contents of table "pemdata.auto_discover_servers" pg_dump: processing data for table "pemdata.background_writer_statistics" pg_dump: dumping contents of table "pemdata.background_writer_statistics" pg_dump: processing data for table "pemdata.cpu_usage" pg_dump: dumping contents of table "pemdata.cpu_usage" pg_dump: processing data for table "pemdata.data_log_file_analysis" pg_dump: dumping contents of table "pemdata.data_log_file_analysis" pg_dump: processing data for table "pemdata.database_frozenxid" pg_dump: dumping contents of table "pemdata.database_frozenxid" pg_dump: processing data for table "pemdata.database_size" pg_dump: dumping contents of table "pemdata.database_size" pg_dump: processing data for table "pemdata.database_statistics" pg_dump: dumping contents of table "pemdata.database_statistics" pg_dump: processing data for table "pemdata.disk_busy_info" pg_dump: dumping contents of table "pemdata.disk_busy_info" pg_dump: processing data for table "pemdata.disk_space" pg_dump: dumping contents of table "pemdata.disk_space" pg_dump: processing data for table "pemdata.efm_cluster_info" pg_dump: dumping contents of table "pemdata.efm_cluster_info" pg_dump: processing data for table "pemdata.efm_cluster_node_status" pg_dump: dumping contents of table "pemdata.efm_cluster_node_status" pg_dump: processing data for table "pemdata.function_statistics" pg_dump: dumping contents of table "pemdata.function_statistics" pg_dump: processing data for table "pemdata.index_size" pg_dump: dumping contents of table "pemdata.index_size" pg_dump: processing data for table "pemdata.index_statistics" pg_dump: dumping contents of table "pemdata.index_statistics" pg_dump: processing data for table "pemdata.installed_packages" pg_dump: dumping contents of table "pemdata.installed_packages" pg_dump: processing data for table "pemdata.io_analysis" pg_dump: dumping contents of table "pemdata.io_analysis" pg_dump: processing data for table "pemdata.load_average" pg_dump: dumping contents of table "pemdata.load_average" pg_dump: processing data for table "pemdata.lock_info" pg_dump: dumping contents of table "pemdata.lock_info" pg_dump: processing data for table "pemdata.log_configuration" pg_dump: dumping contents of table "pemdata.log_configuration" pg_dump: processing data for table "pemdata.memory_usage" pg_dump: dumping contents of table "pemdata.memory_usage" pg_dump: processing data for table "pemdata.mview_bloat" pg_dump: dumping contents of table "pemdata.mview_bloat" pg_dump: processing data for table "pemdata.mview_frozenxid" pg_dump: dumping contents of table "pemdata.mview_frozenxid" pg_dump: processing data for table "pemdata.mview_size" pg_dump: dumping contents of table "pemdata.mview_size" pg_dump: processing data for table "pemdata.network_statistics" pg_dump: dumping contents of table "pemdata.network_statistics" pg_dump: processing data for table "pemdata.number_of_prepared_transactions" pg_dump: dumping contents of table "pemdata.number_of_prepared_transactions" pg_dump: processing data for table "pemdata.number_of_wal_files" pg_dump: dumping contents of table "pemdata.number_of_wal_files" pg_dump: processing data for table "pemdata.oc_database" pg_dump: dumping contents of table "pemdata.oc_database" pg_dump: processing data for table "pemdata.oc_extension" pg_dump: dumping contents of table "pemdata.oc_extension" pg_dump: processing data for table "pemdata.oc_foreign_key" pg_dump: dumping contents of table "pemdata.oc_foreign_key" pg_dump: processing data for table "pemdata.oc_function" pg_dump: dumping contents of table "pemdata.oc_function" pg_dump: processing data for table "pemdata.oc_index" pg_dump: dumping contents of table "pemdata.oc_index" pg_dump: processing data for table "pemdata.oc_schema" pg_dump: dumping contents of table "pemdata.oc_schema" pg_dump: processing data for table "pemdata.oc_sequence" pg_dump: dumping contents of table "pemdata.oc_sequence" pg_dump: processing data for table "pemdata.oc_table" pg_dump: dumping c