Re: should i need to install xml library in postgresql inorder to work on xml file?

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: should i need to install xml library in postgresql inorder to work on xml file?
Дата
Msg-id 488E03B0.5020409@iol.ie
обсуждение исходный текст
Ответ на should i need to install xml library in postgresql inorder to work on xml file?  (aravind chandu <avin_friends@yahoo.com>)
Ответы Re: should i need to install xml library in postgresql inorder to work on xml file?  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: should i need to install xml library in postgresql inorder to work on xml file?  (Stephane Bortzmeyer <bortzmeyer@nic.fr>)
Список pgsql-general
On 28/07/2008 17:25, aravind chandu wrote:

>             I installed postgresql on my sytem,I need to parse an xml
> file.When I am working on xpath() it is showing an error that function
> is notfound and i tried almost all xml functions in postgresql but it is
> giving me the same result.why so ? should I have to install any xml
> library inorder to avoid this?Please tell me its very important for me.

A five-second scan of the docs reveals the following:

"Use of many of these functions requires the installation to have been
built with configure --with-libxml."[1]

Are you in a position to see whether this was done on your installation?

Ray.

[1] http://www.postgresql.org/docs/8.3/static/functions-xml.html


------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

В списке pgsql-general по дате отправления:

Предыдущее
От: "Francisco Reyes"
Дата:
Сообщение: Re: Date index not used when selecting a date range
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: should i need to install xml library in postgresql inorder to work on xml file?