Re: errors while working on xml functions in postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: errors while working on xml functions in postgresql
Дата
Msg-id 24340.1217266927@sss.pgh.pa.us
обсуждение исходный текст
Ответ на errors while working on xml functions in postgresql  (aravind chandu <avin_friends@yahoo.com>)
Список pgsql-general
aravind chandu <avin_friends@yahoo.com> writes:
> 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 ?

Are you reading a manual that corresponds to the PG version you're
using?

The xml functions are only in core as of 8.3; in prior versions they
were in a contrib module, which you'd need to build and install.
The contrib functions were a bit different in detail, too, which is
why you'd better consult the right manual.

> should I have to install any xml library inorder
> to avoid this?

No PG version is going to support any xml functionality without libxml2.

            regards, tom lane

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: should i need to install xml library in postgresql inorder to work on xml file?
Следующее
От: Stephane Bortzmeyer
Дата:
Сообщение: Re: should i need to install xml library in postgresql inorder to work on xml file?