-f, --file=FILENAME output file name -v, --verbose verbose mode -V, --version output version information, then exit --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock -?, --help show this help, then exit
Options controlling the output content: -a, --data-only dump only the data, not the schema -c, --clean clean (drop) databases before recreating -g, --globals-only dump only global objects, no databases -o, --oids include OIDs in dump -O, --no-owner skip restoration of object ownership -r, --roles-only dump only roles, no databases or tablespaces -s, --schema-only dump only the schema, no data -S, --superuser=NAME superuser user name to use in the dump -t, --tablespaces-only dump only tablespaces, no databases or roles -x, --no-privileges do not dump privileges (grant/revoke) --binary-upgrade for use by upgrade utilities only --column-inserts dump data as INSERT commands with column names --disable-dollar-quoting disable dollar quoting, use SQL standard quoting --disable-triggers disable triggers during data-only restore --if-exists use IF EXISTS when dropping objects --inserts dump data as INSERT commands, rather than COPY --no-publications do not dump publications --no-role-passwords do not dump passwords for roles --no-security-labels do not dump security label assignments --no-subscriptions do not dump subscriptions --no-sync do not wait for changes to be written safely to disk --no-tablespaces do not dump tablespace assignments --no-unlogged-table-data do not dump unlogged table data --quote-all-identifiers quote all identifiers, even if not key words --use-set-session-authorization use SET SESSION AUTHORIZATION commands instead of ALTER OWNER commands to set ownership -d, --dbname=CONNSTR connect using connection string -h, --host=HOSTNAME database server host or socket directory -l, --database=DBNAME alternative default database -p, --port=PORT database server port number -U, --username=NAME connect as specified database user -w, --no-password never prompt for password -W, --password force password prompt (should happen automatically) --role=ROLENAME do SET ROLE before dump
If -f/--file is not used, then the SQL script will be written to the standard output.
Report bugs to <pgsql-bugs@postgresql.org>. %s: could not connect to database "%s" %s: could not connect to database "%s": %s%s: could not get server version %s: could not parse server version "%s" server version: %s; %s version: %s aborting because of server version mismatch SELECT pg_catalog.set_config('search_path', '', false)The program "pg_dump" is needed by %s but was not found in the same directory as "%s". Check your installation. The program "pg_dump" was found by "%s" but was not the same version as %s. Check your installation. Try "%s --help" for more information. %s: too many command-line arguments (first is "%s") %s: options -g/--globals-only and -r/--roles-only cannot be used together %s: options -g/--globals-only and -t/--tablespaces-only cannot be used together %s: option --if-exists requires option -c/--clean %s: options -r/--roles-only and -t/--tablespaces-only cannot be used together --use-set-session-authorization%s: could not connect to databases "postgres" or "template1" Please specify an alternative database. %s: could not open the output file "%s": %s SET quote_all_identifiers = true-- -- PostgreSQL database cluster dump --
SET default_transaction_read_only = off;
SET standard_conforming_strings = %s; SET escape_string_warning = off; SELECT datname FROM pg_database d WHERE datallowconn ORDER BY 1SELECT spcname FROM pg_catalog.pg_tablespace WHERE spcname !~ '^pg_' ORDER BY 1SELECT rolname FROM %s WHERE rolname !~ '^pg_' ORDER BY 1SELECT rolname FROM %s ORDER BY 1SELECT usename as rolname FROM pg_shadow UNION SELECT groname as rolname FROM pg_group ORDER BY 1SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolconnlimit, rolpassword, rolvaliduntil, rolreplication, rolbypassrls, pg_catalog.shobj_description(oid, '%s') as rolcomment, rolname = current_user AS is_current_user FROM %s WHERE rolname !~ '^pg_' ORDER BY 2SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolconnlimit, rolpassword, rolvaliduntil, rolreplication, rolbypassrls, pg_catalog.shobj_description(oid, '%s') as rolcomment, rolname = current_user AS is_current_user FROM %s ORDER BY 2SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolconnlimit, rolpassword, rolvaliduntil, rolreplication, false as rolbypassrls, pg_catalog.shobj_description(oid, '%s') as rolcomment, rolname = current_user AS is_current_user FROM %s ORDER BY 2SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolconnlimit, rolpassword, rolvaliduntil, false as rolreplication, false as rolbypassrls, pg_catalog.shobj_description(oid, '%s') as rolcomment, rolname = current_user AS is_current_user FROM %s ORDER BY 2SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolconnlimit, rolpassword, rolvaliduntil, false as rolreplication, false as rolbypassrls, null as rolcomment, rolname = current_user AS is_current_user FROM %s ORDER BY 2SELECT 0 as oid, usename as rolname, usesuper as rolsuper, true as rolinherit, usesuper as rolcreaterole, usecreatedb as rolcreatedb, true as rolcanlogin, -1 as rolconnlimit, passwd as rolpassword, valuntil as rolvaliduntil, false as rolreplication, false as rolbypassrls, null as rolcomment, usename = current_user AS is_current_user FROM pg_shadow UNION ALL SELECT 0 as oid, groname as rolname, false as rolsuper, true as rolinherit, false as rolcreaterole, false as rolcreatedb, false as rolcanlogin, -1 as rolconnlimit, null::text as rolpassword, null::abstime as rolvaliduntil, false as rolreplication, false as rolbypassrls, null as rolcomment, false AS is_current_user FROM pg_group WHERE NOT EXISTS (SELECT 1 FROM pg_shadow WHERE usename = groname) ORDER BY 2%s: role name starting with "pg_" skipped (%s)
-- For binary upgrade, must preserve pg_authid.oid SELECT pg_catalog.binary_upgrade_set_next_pg_authid_oid('%u'::pg_catalog.oid);
SELECT setconfig[%d] FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM %s WHERE rolname = SELECT rolconfig[%d] FROM %s WHERE rolname = SELECT useconfig[%d] FROM pg_shadow WHERE usename = SELECT ur.rolname AS roleid, um.rolname AS member, a.admin_option, ug.rolname AS grantor FROM pg_auth_members a LEFT JOIN %s ur on ur.oid = a.roleid LEFT JOIN %s um on um.oid = a.member LEFT JOIN %s ug on ug.oid = a.grantor WHERE NOT (ur.rolname ~ '^pg_' AND um.rolname ~ '^pg_')ORDER BY 1,2,3SELECT groname, grolist FROM pg_group ORDER BY 1SELECT usename FROM pg_shadow WHERE usesysid IN %s ORDER BY 1SELECT oid, spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner, pg_catalog.pg_tablespace_location(oid), (SELECT array_agg(acl ORDER BY row_n) FROM (SELECT acl, row_n FROM unnest(coalesce(spcacl,acldefault('t',spcowner))) WITH ORDINALITY AS perm(acl,row_n) WHERE NOT EXISTS ( SELECT 1 FROM unnest(acldefault('t',spcowner)) AS init(init_acl) WHERE acl = init_acl)) AS spcacls) AS spcacl, (SELECT array_agg(acl ORDER BY row_n) FROM (SELECT acl, row_n FROM unnest(acldefault('t',spcowner)) WITH ORDINALITY AS initp(acl,row_n) WHERE NOT EXISTS ( SELECT 1 FROM unnest(coalesce(spcacl,acldefault('t',spcowner))) AS permp(orig_acl) WHERE acl = orig_acl)) AS rspcacls) AS rspcacl, array_to_string(spcoptions, ', '),pg_catalog.shobj_description(oid, 'pg_tablespace') FROM pg_catalog.pg_tablespace WHERE spcname !~ '^pg_' ORDER BY 1SELECT 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 1SELECT oid, spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner, spclocation, spcacl, '' as rspcacl, array_to_string(spcoptions, ', '),pg_catalog.shobj_description(oid, 'pg_tablespace') FROM pg_catalog.pg_tablespace WHERE spcname !~ '^pg_' ORDER BY 1SELECT oid, spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner, spclocation, spcacl, '' as rspcacl, null, pg_catalog.shobj_description(oid, 'pg_tablespace') FROM pg_catalog.pg_tablespace WHERE spcname !~ '^pg_' ORDER BY 1SELECT oid, spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner, spclocation, spcacl, '' as rspcacl, null, null FROM pg_catalog.pg_tablespace WHERE spcname !~ '^pg_' ORDER BY 1ALTER TABLESPACE %s SET (%s); %s: could not parse ACL list (%s) for tablespace "%s" SELECT pg_encoding_to_char(encoding), datcollate, datctype FROM pg_database WHERE datname = 'template0'SELECT pg_encoding_to_char(encoding), null::text AS datcollate, null::text AS datctype FROM pg_database WHERE datname = 'template0'SELECT datname, coalesce(rolname, (select rolname from %s where oid=(select datdba from pg_database where datname='template0'))), pg_encoding_to_char(d.encoding), datcollate, datctype, datfrozenxid, datminmxid, datistemplate, (SELECT array_agg(acl ORDER BY row_n) FROM (SELECT acl, row_n FROM unnest(coalesce(datacl,acldefault('d',datdba))) WITH ORDINALITY AS perm(acl,row_n) WHERE NOT EXISTS ( SELECT 1 FROM unnest(acldefault('d',datdba)) AS init(init_acl) WHERE acl = init_acl)) AS datacls) AS datacl, (SELECT array_agg(acl ORDER BY row_n) FROM (SELECT acl, row_n FROM unnest(acldefault('d',datdba)) WITH ORDINALITY AS initp(acl,row_n) WHERE NOT EXISTS ( SELECT 1 FROM unnest(coalesce(datacl,acldefault('d',datdba))) AS permp(orig_acl) WHERE acl = orig_acl)) AS rdatacls) AS rdatacl, datconnlimit, (SELECT spcname FROM pg_tablespace t WHERE t.oid = d.dattablespace) AS dattablespace FROM pg_database d LEFT JOIN %s u ON (datdba = u.oid) WHERE datallowconn ORDER BY 1SELECT datname, coalesce(rolname, (select rolname from %s 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 %s u ON (datdba = u.oid) WHERE datallowconn ORDER BY 1SELECT datname, coalesce(rolname, (select rolname from %s where oid=(select datdba from pg_database where datname='template0'))), pg_encoding_to_char(d.encoding), datcollate, datctype, datfrozenxid, 0 AS 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 %s u ON (datdba = u.oid) WHERE datallowconn ORDER BY 1SELECT datname, coalesce(rolname, (select rolname from %s where oid=(select datdba from pg_database where datname='template0'))), pg_encoding_to_char(d.encoding), null::text AS datcollate, null::text AS datctype, datfrozenxid, 0 AS 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 %s u ON (datdba = u.oid) WHERE datallowconn ORDER BY 1SELECT datname, coalesce(usename, (select usename from pg_shadow where usesysid=(select datdba from pg_database where datname='template0'))), pg_encoding_to_char(d.encoding), null::text AS datcollate, null::text AS datctype, datfrozenxid, 0 AS datminmxid, datistemplate, datacl, '' as rdatacl, -1 as datconnlimit, (SELECT spcname FROM pg_tablespace t WHERE t.oid = d.dattablespace) AS dattablespace FROM pg_database d LEFT JOIN pg_shadow u ON (datdba = usesysid) WHERE datallowconn ORDER BY 1ALTER DATABASE %s SET TABLESPACE %s; -- For binary upgrade, set datfrozenxid and datminmxid. UPDATE pg_catalog.pg_database SET datfrozenxid = '%u', datminmxid = '%u' WHERE datname = %s: could not parse ACL list (%s) for database "%s" SELECT setconfig[%d] FROM pg_db_role_setting WHERE setrole = 0 AND setdatabase = (SELECT oid FROM pg_database WHERE datname = SELECT datconfig[%d] FROM pg_database WHERE datname = SELECT rolname, datname, unnest(setconfig) FROM pg_db_role_setting, %s u, pg_database WHERE setrole = u.oid AND setdatabase = pg_database.oid-- -- Per-Database Role Settings --
SELECT datname FROM pg_database WHERE datallowconn ORDER BY 1%s: pg_dump failed on database "%s", exiting %s: could not re-open the output file "%s": %s -- -- PostgreSQL database cluster dump complete --
Usage: %s [OPTION]...
General options:
Connection options: ALTER %s %s IN %s %s SET %s TO , %Y-%m-%d %H:%M:%S %Z-- %s %s
DROP ROLE %s%s; oidrolsuperrolinheritrolcreaterolerolcreatedbrolcanloginrolconnlimitrolpasswordrolvaliduntilrolreplicationrolbypassrlsrolcommentis_current_user-- -- Roles --
pg_CREATE ROLE %s; ALTER ROLE %s WITH SUPERUSER NOSUPERUSER INHERIT NOINHERIT CREATEROLE NOCREATEROLE CREATEDB NOCREATEDB LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS-1 CONNECTION LIMIT %s PASSWORD VALID UNTIL '%s'COMMENT ON ROLE %s IS pg_authid-- -- Role memberships --
GRANT %s TO %s WITH ADMIN OPTION GRANTED BY %s-- -- Tablespaces --
CREATE TABLESPACE %s OWNER %s LOCATION TABLESPACECOMMENT ON TABLESPACE %s IS pg_tablespace-- -- Database creation --
CREATE DATABASE %s WITH TEMPLATE = template0 OWNER = %s ENCODING = LC_COLLATE = LC_CTYPE = pg_default TABLESPACE = %s IS_TEMPLATE = true CONNECTION LIMIT = %s\connect template1 \connect postgres DATABASE%s: dumping database "%s"... "%s" %s -Fa -Fp %s dbname=%s: running "%s" Completed ondata-onlycleanfileglobals-onlydatabaseoidsno-ownerroles-onlyschema-onlysuperusertablespaces-onlyusernameverboseno-passwordno-privilegesno-aclattribute-insertsif-existslock-wait-timeoutuse-set-session-authorizationno-role-passwords�)���,���,��\,��=,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,���,��%,���,���,���,���+���,���+���,��+���,���,���,���,���,���,���,���,���,���*���,���*���*���,��g*��^*���*���,���,���,���*���,���,���+���+���,���+���+���+���,��k+��M+��.+��(%s)SEQUENCETABLESSEQUENCESSELECTUSAGEINSERTREFERENCESDELETETRIGGERTRUNCATEUPDATEFUNCTIONFUNCTIONSEXECUTELANGUAGESCHEMASCHEMASCREATECONNECTTEMPORARYTYPETYPESFOREIGN DATA WRAPPERFOREIGN SERVERFOREIGN TABLELARGE OBJECT%sREVOKE ALL%s.%s FROM PUBLIC; %sREVOKE %s ON %s %s FROM group GROUP %s; %s TO %s WITH GRANT OPTION; %sGRANT %s ON %s PUBLICGROUP %sRESET SESSION AUTHORIZATION; %s FROM %s; %s TO %s; IN SCHEMA %s SECURITY LABEL FOR %s ON %sNULLtemp_tablespacessession_preload_librariesshared_preload_librarieslocal_preload_librariessearch_path%sGRANT CONNECT ON %s %s TO PUBLIC; SET SESSION AUTHORIZATION %s; ALTER DEFAULT PRIVILEGES FOR ROLE %s SELECT pg_catalog.binary_upgrade_set_record_init_privs(true); SELECT pg_catalog.binary_upgrade_set_record_init_privs(false); SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_catalog.%s'::pg_catalog.regclass AND objoid = '%u'(SELECT pg_catalog.array_agg(acl ORDER BY row_n) FROM (SELECT acl, row_n FROM pg_catalog.unnest(coalesce(%s,pg_catalog.acldefault(%s,%s))) WITH ORDINALITY AS perm(acl,row_n) WHERE NOT EXISTS ( SELECT 1 FROM pg_catalog.unnest(coalesce(pip.initprivs,pg_catalog.acldefault(%s,%s))) AS init(init_acl) WHERE acl = init_acl)) as foo)(SELECT pg_catalog.array_agg(acl ORDER BY row_n) FROM (SELECT acl, row_n FROM pg_catalog.unnest(coalesce(pip.initprivs,pg_catalog.acldefault(%s,%s))) WITH ORDINALITY AS initp(acl,row_n) WHERE NOT EXISTS ( SELECT 1 FROM pg_catalog.unnest(coalesce(%s,pg_catalog.acldefault(%s,%s))) AS permp(orig_acl) WHERE acl = orig_acl)) as foo)CASE WHEN privtype = 'e' THEN (SELECT pg_catalog.array_agg(acl ORDER BY row_n) FROM (SELECT acl, row_n FROM pg_catalog.unnest(pip.initprivs) WITH ORDINALITY AS initp(acl,row_n) WHERE NOT EXISTS ( SELECT 1 FROM pg_catalog.unnest(pg_catalog.acldefault(%s,%s)) AS privm(orig_acl) WHERE acl = orig_acl)) as foo) ENDCASE WHEN privtype = 'e' THEN (SELECT pg_catalog.array_agg(acl) FROM (SELECT acl, row_n FROM pg_catalog.unnest(pg_catalog.acldefault(%s,%s)) WITH ORDINALITY AS privp(acl,row_n) WHERE NOT EXISTS ( SELECT 1 FROM pg_catalog.unnest(pip.initprivs) AS initp(init_acl) WHERE acl = init_acl)) as foo) END%d.%d.%d'"'"'\connect -reuse-previous=on %s%s= AND WHERE ^(.*\$|*+?()[]{}.^$\^(.*)$(%s OPERATOR(pg_catalog.~) ) abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_./:shell command argument contains a newline or carriage return: "%s" database name contains a newline or carriage return: "%s"
OR %s OPERATOR(pg_catalog.~) 0123456789abcdef_XXXXXXXcould not identify current directory: %scould not change directory to "%s": %scould not read symbolic link "%s"could not find a "%s" to executeno data was returned by command "%s" invalid binary "%s"PATHcould not read binary "%s"pclose failed: %s/%s%s"%s" -Vpopen failurefgets failurepostgres-10PGLOCALEDIRPGLOCALEDIR=%sPGSYSCONFDIRPGSYSCONFDIR=%s�abortabsoluteaccessaddadminafteraggregateallalsoalteralwaysanalyseanalyzeandanyarrayascassertionassignmentasymmetricattachattributebackwardbeforebeginbetweenbigintbinarybitbooleanbothbycachecalledcascadecascadedcasecastchaincharactercharacteristicscheckpointclasscloseclustercoalescecollatecollationcolumncolumnscommentscommitconcurrentlyconfigurationconflictconnectionconstraintconstraintscontentcontinueconversioncopycostcreatecrosscsvcubecurrentcurrent_catalogcurrent_datecurrent_rolecurrent_schemacurrent_timecurrent_timestampcursorcycledaydeallocatedecdecimaldeclaredefaultsdeferrabledeferreddefinerdeletedelimiterdelimitersdependsdescdetachdictionarydisablediscarddistinctdodocumentdomaindoubledropeachelseenableencodingendenumescapeeventexceptexcludeexcludingexclusiveexecuteexplainextensionexternalextractfalsefamilyfetchfilterfirstfloatfollowingforforceforeignforwardfreezefromfullfunctionfunctionsgeneratedglobalgrantgrantedgreatestgroupgroupinghandlerhavingheaderholdhouridentityilikeimmediateimmutableimplicitimportincludingincrementindexesinheritsinitiallyinlineinnerinoutinputinsensitiveinsertinsteadintegerintersectintervalintoinvokerisisnullisolationjoinkeylabellanguagelargelastlateralleadingleakproofleastleftlevelloadlocallocaltimelocaltimestamplocationlocklockedmappingmatchmaterializedmaxvaluemethodminuteminvaluemodemonthmovenamesnationalnaturalncharnewnextnononenotnothingnotifynotnullnowaitnullifnullsnumericobjectoffsetoperatoroptionoptionsorderordinalityouteroveroverlapsoverlayoverridingownedparallelparserpartialpartitionpassingplacingplanspolicypositionprecedingprecisionpreparepreparedpreserveprimarypriorproceduralprocedureprogrampublicationquoterangereadrealreassignrecheckrecursiverefreferencesreferencingrefreshreindexrelativereleaserenamerepeatablereplacereplicaresetrestartrestrictreturningreturnsrevokerightrollbackrolluprowrowsrulesavepointschemasscrollsearchsecondsecurityselectsequencesequencesserializablesessionsession_usersetofsetsshareshowsimilarsimpleskipsmallintsnapshotsomestablestandalonestatementstatisticsstdinstdoutstoragestripsubscriptionsubstringsysidsystemtablestablesampletemptemplatetemporarytextthentrailingtransactiontransformtreattriggertrimtruncatetrustedtypetypesunboundeduncommittedunencryptedunionuniqueunknownunlistenunloggedupdateusingvacuumvalidvalidatevalidatorvaluesvarcharvariadicvaryingviewviewsvolatilewhenwherewhitespacewindowwithwithinwithoutworkwrapperwritexmlxmlattributesxmlconcatxmlelementxmlexistsxmlforestxmlnamespacesxmlparsexmlpixmlrootxmlserializexmltableyearyeszonecommand not executablecommand not foundchild process exited with exit code %dchild process was terminated by signal %d: %schild process exited with unrecognized status %dcannot duplicate null pointer (internal error) %s: could not open directory "%s": %s %s: could not stat file "%s": %s %s: could not read directory "%s": %s %s: could not open file "%s": %s %s: could not fsync file "%s": %s %s: could not rename file "%s" to "%s": %s %s/%spg_xlogpg_wal%s/pg_tblspc/./../usr/bin/../%s: out of memory /usr/share/pgsql/etc/usr/include/usr/include/pgsql/usr/include/pgsql/server/usr/lib64/usr/lib64/pgsql/usr/share/locale/usr/share/doc//pgsql/usr/share/mancould not get current working directory: %s unrecognized signal/dev/tty;|n�����`�����8����7����8����>���@��X A����A���PB����I��(J��p�J��0K��\pK���PU��L0b����c��@�c��Tpd���`e�� �e��$ �g��� �g��� �h��� �i�� �j��X �k��� �l��� Pm��<n��|�n���0o���p���q��4 s��p�t����z�� P{��< �}��� ����� P���0���`Є���Ѕ���@���p���0����H�d ���������0����`�����������0���D����p���������������@���`���\0����@�������( ���TГ���@����������������@���p���0����D����X����lp����P��������8P���d����|К���@���� ���@���(`���<����P����d����x������� ����@����P����p���� ���@���00����0��������(С��\�p����0����Ф������`���`zRx��3��/D$4�����FJw�?:*3$"\����t�4��2A�'H��:���B�E�E �H(�A0�A8�D`6 8A0A(B BBBF(�0<���A�F�D�Y AAA$�<���B�B�D �A(�G0(0=���I�D�D �f ABFL\p=��)B�B�B �B(�A0�A8�D�� 8A0A(B BBBAD�PD��{B�E�E �E(�D0�D8�DPL8D0A(B BBB(��D���I�D�D �f ABE� l��{+F�B�B �B(�A0�C8�Q� �� H� V� A� �� L� V� B� M� S� U� A� � O� H� A� S� � O� H� B� S� (�XD��}B�D�D �} ABF4��D��TB�D�D �h CBIA ABD|�D��� B�E�E �E(�D0�A8�GP� 8C0A(B BBBHD 8C0A(B BBBH� 8F0A(B BBBB zRx�P������(���p��M���F�B�B �B(�A0�A8�G�9�A�R�B���A�W�A�T 8A0A(B BBBF|DhZ��PF�E�E �E(�D0�D8�DP]XV`BhDpNPT 8F0A(B BBBEWXR`IhDpIPv8A0A(B BBB�8[��D�D[���F�E�B �B(�D0�D8�FP�8A0A(B BBBd �[���F�N�E �B(�D0�G8�GXQ`mXAPe 8P0A(B BBBFZ8C0H(B BBB�T\��oE�Y BI`��\���F�B�E �B(�D0�A8�F@� 8A0A(B BBBHF 8C0A(B BBBF^��9H\ DP0,0^��E�A�G � AAISAA8`_���F�E�D �D(�D0S (A ABBH<�p_���E�wC aDA Kd D} A JDA <� `��F�E�H �D(�A0�l (A BBBEX�`���F�B�D �D(�J0~ (A ABBBm (I ABBEy(I CBBDx�a���F�E�B �E(�A0�A8�G@�8D0A(B BBB<�b���F�E�E �E(�D0�� (A BBBC,�b���F�A�D �� ABC0,c��IE�M A4L`c���E�D�G O GAEX IAJ0�d���F�D�A �G@ AABA8�de��qF�E�D �D(�D0d (A ABBGH��f��cF�B�E �H(�A0�A8�Dp% 8A0A(B BBBFP@ �g��F�E�B �B(�A0�A8�G�a 8A0A(B BBBE(� �m���A�D�O�o AAKL� n��[B�G�B �B(�A0�D8�G�C 8A0A(B BBBJH p���F�B�B �B(�A0�D8�O�� 8A0A(B BBBJ4\ �r���E�A�D F CADPCAL� 8s���F�B�D �G(�J�D�Y�\�A�� (A ABBD4� �t���F�P�A �J�� AABE<0v���F�E�D �A(�G�� (A ABBA@\�v��cF�D�A �I�� AABGn�G�Z�A��x��-�8x��5�`x��9AAR��x��(HZ A �x���E�@ KT D((y��zE�M�G L AAITXy��+KZ Aply��]HS A��y����y�� ��y�� (��y��zE�M�G L AAI�z�� z�� z�� \4 �y���B�E�B �B(�D0�A8�G���L�Y�A�� 8A0A(B BBBDH� (|��F�E�D �C(�D0r (A ABBBn (C ABBJH� �|���F�G�F �D(�D0e (A ABBJ] (C ABBKT,�}��F�Q�B �A(�D0�O�w�I�E�A�� 0A(A BBBI$�8��;E�I�N IIH(�P���E�L�G�` AAFH�����F�B�D �D(�I0v (A ABBK�8H@Z8F0$(���j<����;A�yX����|A�j AOx�������,����,�8���)�T����P���@�L����F�D�D �V(K0a(A A ABKEABH4�����F�B�B �B(�A0�A8�G@� 8A0A(B BBBB8�L���QB�B�A �D(�J0� (D ABBE(�p����E�K�Q CAD���#MN(����BF�D�D �nCB, ���dE�~ ALHt����F�B�B �A(�A0�� (D BBBAZ (D BBBD�������������(����4����@���L���$X���8d���Lp���`l���(tx����E�G� L�@I�@{ AA�����\�����F�B�B �E(�D0�A8�D@� 8H0D(B BBBFD8C0A(B BBB`�����F�F�B �E(�D0�A8�DPB 8I0D(B BBBER 8C0A(B BBBJ0x4���OE�D�G O CAEbCA0�P���OE�D�G O CAEbCA�l����x������� HWL$�����F�E�L �E(�A0�K8�G�� 8A0A(B BBBFt،�� �Ԍ�� D�Ќ��eF�E�E �E(�H0�H8�G@n8A0A(B BBB�����P��@o!PAVA_A KfAjApAvA�A�A�A�A�A�A�A�A�A�I�A�A�A�AQL�A�Af3�A�A�A�ABBBB!B&B)B/B6B>BGBLB\CQBsGWBaB�HqB|B�B�B�B�B�B�B�B,/�B�BVK�B�B�B�B�BCCC!C,C1C6C=CCCGCLCTCdCqC~C�C�C7/�C�C�-�2�C�C�C�C�C�1�C�C�C�CDDDD%D*D1D<DDDLDUDXDaDhDoDtDyD~D�DbK�D�D�D�D�D�D�D�D�D=3�D�D�D�D�D�D�DEEEE"E&E,E4E<ECEHEMEVE`EjEqEwEE�E�E�E�E�E�E�E�E�G�E�E�E�E�ETB�E�E'I�E�.FFF F&F,F2F>FEFCMFUF_FhFmFuFxFF�F�F�F�F�F�F�F�F�F�F�F�F�E�.�K�F�F�F�F�FG G�KGGG+G4G;GBGKGPGVG�+[GaGjGrGxG|G�G�G�G�G�G�G�GzF�G�G�G�G�F�+�G�2�E�2�2�G�G�G#E�G�G�J�G�GHHHH�2$H-H4H<HFH 3NHVH\HcHlHvH�H�H�H�H�H3�H�H�H�H�H�H�H�H�H�H�HIIII%I-I6I>IEIPIXI`IfInIwI�I�I�IyC�I�I�I�I�I�I�C�I�I�I�I�I�I�I�I�I/OJJbI J&J+J1J6J>JEJJJSJ\JvOaJhJhIsJ}J�J�J�JpI�J�J�J�A�J�JJI�J�J-1�J�J�J�J�J�C�CjF�JKKK!K)K�1.K7K?KDKJKTK`KlKrKyK�K�K/�KJ�K�K�K�K�KEG�K�K�K�K�2,�K�K�K�K�K�K LLLL%L*L2L8L<LJLTL_LiLsL�L�L�L�L�L�L�L�L%LhN H�0o!8o!���o0�x Up�!� xD��. ���o���o����o�o����o�`�!�N�N�N�N�N�NOO O0O@OPO`OpO�O�O�O�O�O�O�O�OPP P0P@PPP`PpP�P�P�P�P�P�P�P�PQQ Q0Q@QPQ`QpQ�Q�Q�Q�Q�Q�Q�Q�QRR R0R@RPR`RpR�R�R�R�R�R�R�R�RSS S0S@SPS`SpS�S�S�S�S�S�S�S�STT T0T@TPT`TpT�T�T�T�T�T�T�T�TUU U0U�2a�2c�2f�2g�+h�+d�2l�2o�2O�Ep�2r�2s�2S�2t�2U�2v3w 3W3x!3x(3�!�,�!�,�!�,�!-�!:3�!*-�!D35-�!G-@�!yCV3��!`-��!t3�!s-�!�-�!�,�-�!T1��GA$3a1hN��GA$3p1113�[��GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA! GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3a1��U�GA$3p1113p�E�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA! GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA*p���GA*GOW*�GA*��E�GA*GOW* GA*FORTIFYp���GA+GLIBCXX_ASSERTIONS GA*FORTIFY`�5�GA+GLIBCXX_ASSERTIONSpg_dumpall-10.23-4.module_el8.9.0+3736+952d0ed7.alma.1.x86_64.debugX1��7zXZ�ִF!t/�� ]?�E�h=��ڊ�2N�%����g��CL�AUH1V�/��{e {�!F"� �;�k -јr��iPy�����yp*G�S~:PgH�������A�,�y� �Վ|�6����c�e:�ns��)�y8��U�s¤6�)�>�6^u5ͻ|,h�%5|F���1��9gZ���c�B�2����_ 8 ��%��VW�h�� [�|b_��*��=��m�<A��.�b@`V�X�\=��k���ɄAh<���(v��,���#��N{Y�VS�@�KF�;��}�+7H���0b��� r�)�oSJUtX���?�[tϟ���C9Կٷ�|F(%�Z�}qjwX�xTQ��I�-(X�.�$BL�,���U(����!aZ�O��]��]1~r��d9C����u?��������g�(c&�#S@ܭ� =B1�N5zk���c�y�}bp�'9�3㟱��]��7�8�q��N��Õo���hϺ.�inpJɻx`%mu�ho�]Q������jCuۂ��nP�o��]xI�r.��p�/?��C��8��)Ď��z�jw�!A��4 r.c�� �|�N�������"s-�:����ǣ݂���F�����|�����5� <Livs�P�}w�3>���TO�xCm�W]c�͆�@�ſT%Ǡ4s�Ku����E��6�+�#d�+`?�B��/��wf�:���]4K� n�� 3�rK��!���4�u�!f����m/���*oȷ���h4uEQ+7���z�.��v���{6�i�{2 \l�C���ӿ�=�E����Y mZ��5֛R����D�&��vx6��fͪ`Ҩ�h��^A��V��4�\.�%�#_�8�����3"ۯ�s��?���M��4�w��]�V�n=�v���Ù�AS��RɊ�5��|���s�2E�;�c�Ȃ�$���~Y��M(����� A^A�R)"%���kUn�"��wZ�r�B���x��r|� O`Ε/_������o2�D��-�¯_�P�4l�5�$l'k�61j��G�[���b�; ^!y��t����E��q�떹��h�ytu�q�:��x�#Rg�cKj�$(�b�YVOv�;a����h�n�h�5rQ��R�7R��f�0���9��4�Dʼn�y�ޛ�Mɕ�&;@��I�T��'����]RY 0�$�W���D�aJ�J��4�O#����H�؆#��Al?X�$����9p_Od�{�ZXD�&(!�Ym��{��k3�k�3W�z�rq�J:0�co�A��B��H\�V��m/D�U<Cf��u��b�uB�����R �֜2���06�. 1�Q�R�2[`��aIK�.y����f!j��*]W3��_���L�!��%��QS��cS��l���`_�ڼ��+��#��D�Lk�x�j^��RL�`� ?��^���yR��?��<���+��Jn����=��c�w��U6��1��h��Փ�y0FN�ٚ��r1vg�-��I�u��ogE06�5Z3�-t$�җ?nG���ג��ȳ��E���B1S���T\���S��_F\�{��S�Ck�`y-2�^:OPJW��+X�G���D�_���}�W*흃6���:�AO�S�N~�!c��/��'�g��L��v����壉���� :9�����#��@J��~��@ '�u�e �L�����c���E�m�ҕ���ZHy�X�s`{S`��#��Ϭ\����C���}��Z;K1/�#�R�s]�}$%t���x��/;=��jwk�^�$2:�Mg���"���ms0��8����_�憚[�1����̔�m�z�������ܬ��8 qM�[`~�2i�[� Nѕ����+-N��r��ߨ�z�� ��^�/ ���j�?Y �G8�F�K�_~H䀹.oj��n��t������-��L'�����V��h���Ϛ����z���`�mL`s��Ge&ʔRJBm0��9T�<����X�� �5�o�?t��b�?�f�W�JOu�ju�/����Ġ��e\��r���R���Q7�攅������o�� ����PدH���L�z�jd2w.�.7�Hm�QmVwZ�a�����:0�L�����g���>*�H�����<���9��߱��'�Ǡ~�E��ǼB����3��Ӓe�VQu�gV]A�9�����X���]�#z�?&$ WR���BZ �i�q�M�$��d���A˗�/��g�YZ.shstrtab.interp.note.gnu.property.note.ABI-tag.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.data.rel.ro.dynamic.got.data.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata���� &�� 4$G���o00DQxx(Y��Ua���o���n���o���}���.�BxDxD� �hNhN��N�N��@U@U���[�[e��H�H� �`�`�}Z��O�O|�`S`S��0o!0o�8o!8o�@o!@o �`�!`��p�!p����!� �!�0 P�a�� �H/,�@ l�>