Re: BUG #13810: cursor_to_xml ignores tableforest parameter - Mailing list pgsql-bugs

From Thomas Munro
Subject Re: BUG #13810: cursor_to_xml ignores tableforest parameter
Date
Msg-id CAEepm=0cOJ0husMuP77jU_Bb5YLSyBj4Qv855n0nWWqnzSnjYw@mail.gmail.com
Whole thread Raw
In response to Re: BUG #13810: cursor_to_xml ignores tableforest parameter  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: [BUGS] BUG #13810: cursor_to_xml ignores tableforest parameter
List pgsql-bugs
On Wed, Aug 3, 2016 at 5:48 AM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:
> On 12/9/15 9:07 AM, filip@jirsak.org wrote:
>> CREATE FUNCTION test_cursor_to_xml() RETURNS xml AS $$
>> DECLARE
>>     curs CURSOR FOR SELECT generate_series(1, 5);
>> BEGIN
>>   OPEN curs;
>>   RETURN cursor_to_xml(curs, 10, TRUE, FALSE, '');
>> END;
>> $$ LANGUAGE plpgsql;
>>
>> SELECT test_cursor_to_xml();
>>
>>
>> This returns XML forrest instead of XML document with single root.
>
> You're right, this should have a <table>...</table> around it, like
> query_to_xml() does.

Then it would have to use the cursor name, not a table name, like this, right?

--
Thomas Munro
http://www.enterprisedb.com

Attachment

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #14273: Tuple concurently updated error while creating function using async call from node js with postgresq
Next
From: Michael Paquier
Date:
Subject: Re: BUG #14273: Tuple concurently updated error while creating function using async call from node js with postgresq