Ensure xmloption = content while restoring pg_dump output.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4870dce37fab7ed308cee9856bec4d4c8c7590b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-03-23T20:51:37Z
Releases: 12.0
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

Files

PathChange+/−
src/bin/pg_dump/pg_backup_archiver.c modified +3 −0

Discussion