xpath functionerror

From: sparikh <sparikh(at)carcharging(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: xpath functionerror
Date: 2014-02-26 16:29:31
Message-ID: 1393432171854-5793724.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

My current database version is "PostgreSQL 9.1.11 on
x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.4.7 20120313 (Red Hat
4.4.7-3), 64-bit".

I am trying to use function xpath in my query and got following error.

"ERROR: function xpath(unknown, text) does not exist at character 8
HINT: No function matches the given name and argument types. You might need
to add explicit type casts.

I could see the library pgxml.so libray in /usr/pgsql-9.1/lib . Could
someone please advise me what more needs to be done in order to run xpath
queris?

Thanks in advance.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/xpath-functionerror-tp5793724.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2014-02-26 16:52:09 Re: xpath functionerror
Previous Message Joe Conway 2014-02-26 16:16:30 Re: How can I correctly handle sparse crosstabs?