[COMMITTERS] pgsql: Fix cursor_to_xml in tableforest false mode

2017-05-04 Thread Peter Eisentraut
Fix cursor_to_xml in tableforest false mode It only produced elements but no wrapping element. By contrast, cursor_to_xmlschema produced a schema that is now correct but did not previously match the XML data produced by cursor_to_xml. In passing, also fix a minor misunderstanding about moving

[COMMITTERS] pgsql: Fix cursor_to_xml in tableforest false mode

2017-05-04 Thread Peter Eisentraut
Fix cursor_to_xml in tableforest false mode It only produced elements but no wrapping element. By contrast, cursor_to_xmlschema produced a schema that is now correct but did not previously match the XML data produced by cursor_to_xml. In passing, also fix a minor misunderstanding about moving

[COMMITTERS] pgsql: Fix cursor_to_xml in tableforest false mode

2017-05-04 Thread Peter Eisentraut
Fix cursor_to_xml in tableforest false mode It only produced elements but no wrapping element. By contrast, cursor_to_xmlschema produced a schema that is now correct but did not previously match the XML data produced by cursor_to_xml. In passing, also fix a minor misunderstanding about moving

[COMMITTERS] pgsql: Fix cursor_to_xml in tableforest false mode

2017-05-04 Thread Peter Eisentraut
Fix cursor_to_xml in tableforest false mode It only produced elements but no wrapping element. By contrast, cursor_to_xmlschema produced a schema that is now correct but did not previously match the XML data produced by cursor_to_xml. In passing, also fix a minor misunderstanding about moving

[COMMITTERS] pgsql: Fix cursor_to_xml in tableforest false mode

2017-05-04 Thread Peter Eisentraut
Fix cursor_to_xml in tableforest false mode It only produced elements but no wrapping element. By contrast, cursor_to_xmlschema produced a schema that is now correct but did not previously match the XML data produced by cursor_to_xml. In passing, also fix a minor misunderstanding about moving

[COMMITTERS] pgsql: Fix cursor_to_xml in tableforest false mode

2017-05-03 Thread Peter Eisentraut
Fix cursor_to_xml in tableforest false mode It only produced elements but no wrapping element. By contrast, cursor_to_xmlschema produced a schema that is now correct but did not previously match the XML data produced by cursor_to_xml. In passing, also fix a minor misunderstanding about moving