]> granicus.if.org Git - postgresql/commit
Ensure xmloption = content while restoring pg_dump output.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Mar 2019 20:51:26 +0000 (16:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Mar 2019 20:51:26 +0000 (16:51 -0400)
commit08d8cfe3cfd69bff1729ba0cc2726e37b9c6eecf
tree91844508cd7d74b4c73481a6c4695577d32ef4c7
parentda45927cef781b5fcdc89b9b1b96c3fb1d83bbd3
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
src/bin/pg_dump/pg_backup_archiver.c