From: | sagswe <sagar(at)beepsend(dot)se> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | compiling Xpath functions in PostgreSQL 8.3.3 |
Date: | 2008-08-06 20:24:11 |
Message-ID: | 18858857.post@talk.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Oisin Glynn | 2008-08-06 20:47:39 | C function on Windows 2003/XP |
Previous Message | Kevin Murphy | 2008-08-06 19:16:02 | Re: compat-postgresql-libs rpm bug in 64bit mode |