Re: patch: function xmltable

Pavel Stehule <pavel.stehule@gmail.com>

From: Pavel Stehule <pavel.stehule@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Craig Ringer <craig@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-01-22T09:57:22Z
Lists: pgsql-hackers

Attachments

Hi

2017-01-21 10:31 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.com>:

>
>
> 2017-01-21 9:30 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.com>:
>
>> Hi
>>
>> 2017-01-19 13:35 GMT+01:00 Alvaro Herrera <alvherre@2ndquadrant.com>:
>>
>>> Pavel Stehule wrote:
>>> > Hi
>>> >
>>> > New update - rebase after yesterday changes.
>>> >
>>> > What you want to change?
>>>
>>> I think the problem might come from the still pending patch on that
>>> series, which Andres posted in
>>> https://www.postgresql.org/message-id/20170118221154.aldebi7
>>> yyjvds5qa@alap3.anarazel.de
>>> As far as I understand, minor details of that patch might change before
>>> commit, but it is pretty much in definitive form.
>>>
>>
>> new rebased update after these changes
>>
>
> fix white spaces
>

few fixes:

* SELECT (xmltable(..)).* + regress tests
* compilation and regress tests without --with-libxml

Regards

Pavel


>
> pavel
>
>
>>
>> Regards
>>
>> Pavel
>>
>>
>>>
>>> --
>>> Álvaro Herrera                https://www.2ndQuadrant.com/
>>> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
>>>
>>
>>
>

Commits

  1. Support XMLTABLE query expression

  2. Create <sect3> in the functions-xml section

  3. Improve handling of "UPDATE ... SET (column_list) = row_constructor".

  4. Add xmlexists function