Re: patch: function xmltable

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: function xmltable
Date: 2016-10-14 04:23:45
Message-ID: CAFj8pRAVPWdVxff48yiRmf79HA3adrtR_Zh+7ed+4i2gb-aQ0Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

new update - only doc

+ <para>
+ Only XPath query language is supported. PostgreSQL doesn't support
XQuery
+ language. Then the syntax of <function>xmltable</function> doesn't
+ allow to use XQuery related functionality - the name of xml expression
+ (clause <literal>AS</literal>) is not allowed, and only one xml
expression
+ should be passed to <function>xmltable</function> function as
parameter.
+ </para>

Regards

Pavel

Attachment Content-Type Size
xmltable-12.patch.gz application/x-gzip 28.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2016-10-14 04:23:57 Re: Re: [COMMITTERS] pgsql: Extend framework from commit 53be0b1ad to report latch waits.
Previous Message Peter Eisentraut 2016-10-14 04:18:36 Re: Re: [COMMITTERS] pgsql: Extend framework from commit 53be0b1ad to report latch waits.