Re: BUG #6395: Invalid XPath expression - Mailing list pgsql-bugs

From Florian Weimer
Subject Re: BUG #6395: Invalid XPath expression
Date
Msg-id 82aa5sud3s.fsf@mid.bfk.de
Whole thread Raw
In response to BUG #6395: Invalid XPath expression  (franco.ricci@phys.uniroma1.it)
Responses Re: BUG #6395: Invalid XPath expression  (Franco Ricci <franco.ricci@phys.uniroma1.it>)
List pgsql-bugs
* franco ricci:

> The same query on PostgreSQL 9.x works fine!

I think you mean 9.0.

> xpath('/llrp:RO_ACCESS_REPORT/llrp:TagReportData/llrp:*[contains(name(),\=
"EPC\")]/llrp:EPC/text()',

Does it work if you drop the '\'?

PostgreSQL 9.1 defaults to standard_conforming_strings=3Don.  See the
release notes for details.

--=20
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstra=DFe 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

pgsql-bugs by date:

Previous
From: franco.ricci@phys.uniroma1.it
Date:
Subject: BUG #6395: Invalid XPath expression
Next
From: Tom Lane
Date:
Subject: Re: BUG #6393: cluster sometime fail under heavy concurrent write load