compiling Xpath functions in PostgreSQL 8.3.3

Поиск
Список
Период
Сортировка
От sagswe
Тема compiling Xpath functions in PostgreSQL 8.3.3
Дата
Msg-id 18858857.post@talk.nabble.com
обсуждение исходный текст
Ответы Re: compiling Xpath functions in PostgreSQL 8.3.3  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Hi,

I was trying to install postgreSQL with XML data type support. My OS is
ubuntu , kernel 2.6.15.. PostgresSQL version is 8.3.3 .I have libxml2 and
libxslt installed. I configured using
./configure --with-libxml --with-libxslt
configure went fine..
'make all' went fine
'make install' went fine.

when i check the functions available inside PostgreSQL using '\df x*' , I
can only see xpath() function that is related to xpath. I was able to use
xpath() function properly. However,No other functions like xpath_bool() ,are
available.

When i run ' \i  /usr/local/pgsql/share/pgxml.sql' in postgre , I get error
saying file or directory named 'MODULE_PATHNAME' doesn't exist. How to get
this MODULE_PATHNAME exist?.

what is the easiest way to get the XML functioanlity (mainly xpath part like
xpath_bool etc..) in PostgreSQL in Linux. I mean which linux flavours, or
postgreSQl versions are recommendable. I couldn't find the documentation
online for getting XML working in postgreSQL (except that configure with
libxml ).

THanks in Advance
SagAr.
--
View this message in context:
http://www.nabble.com/compiling-Xpath-functions-in-PostgreSQL-8.3.3-tp18858857p18858857.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: "窦德厚(ddh)"
Дата:
Сообщение: How to get many data at once?
Следующее
От: erithema
Дата:
Сообщение: problem using a xpath function