pgsql: Ensure xmloption = content while restoring pg_dump output. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Ensure xmloption = content while restoring pg_dump output.
Date
Msg-id E1h7ncQ-0000Ir-8I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ensure xmloption = content while restoring pg_dump output.

In combination with the previous commit, this ensures that valid XML
data can always be dumped and reloaded, whether it is "document"
or "content".

Discussion: https://postgr.es/m/CAN-V+g-6JqUQEQZ55Q3toXEN6d5Ez5uvzL4VR+8KtvJKj31taw@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/de922529fe6211acc008f69a61912e5848091b37

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 3 +++
1 file changed, 3 insertions(+)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Suppress DETAIL output from an event_trigger test.
Next
From: Tom Lane
Date:
Subject: pgsql: Remove inadequate check for duplicate "xml" PI.