From: | Florian Pflug <fgp(at)phlo(dot)org> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCH] Bug in XPATH() if expression returns a scalar value |
Date: | 2011-06-08 08:14:09 |
Message-ID: | BECD717C-8232-4427-B31D-748D9CA77A38@phlo.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Jun6, 2011, at 14:56 , Peter Eisentraut wrote:
> On tis, 2011-05-31 at 16:19 +0200, Florian Pflug wrote:
>> If people deem this to be a problem, we could instead add a separate
>> function XPATH_VALUE() that returns VARCHAR, and make people use that
>> for scalar-value-returning expressions.
>
> Why not replicate what contrib/xml2 provides, namely
>
> xpath_string()
> xpath_number()
> xpath_bool()
>
> That way, types are preserved.
But then you lose the ability to evaluate user-supplied
XPath expressions, because there's no way of telling which of these
function to use.
Since XPATH_BOOL() can be emulated by doing XPATH(...)::text::boolean
if XPATH() implements the more lenient behaviour I proposed, that
seems like a bad tradeoff overall.
best regards,
Florian Pflug
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2011-06-08 08:23:48 | SSI heap_insert and page-level predicate locks |
Previous Message | Heikki Linnakangas | 2011-06-08 06:15:14 | Re: reindex creates predicate lock on index root |