pgsql: Ensure xmloption = content while restoring pg_dump output.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Ensure xmloption = content while restoring pg_dump output.
Дата
Msg-id E1h7ncQ-0000Iv-8w@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/687acb59830831e9e640529534ed499e660e482a

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Suppress DETAIL output from an event_trigger test.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove inadequate check for duplicate "xml" PI.