Re: [GENERAL] xpath functions

2009-02-21 Thread Peter Eisentraut
On Thursday 19 February 2009 16:46:42 Francisco wrote: > Hi List, > I have installed postgreSQL 8.3 in my Ubuntu Hardy Heron. > I want to use xpath functions (like xpath_table), but I can't. An error > appears "xpath_table does not exists". > How could I intregrate xpath funtions with my postgreSQL

Re: [GENERAL] xpath functions

2009-02-20 Thread Francisco
I have executed pg_config and I have the libxml. I think the problem is that xml2 is not enabled, any idea how to enable it? 2009/2/19 Osvaldo Kussama > 2009/2/19 Francisco : > > I saw it,but it says: > > "Use of many of these functions requires the installation to have been > built > > with con

Re: [GENERAL] xpath functions

2009-02-19 Thread Francisco
I saw it,but it says: "Use of many of these functions requires the installation to have been built with configure --with-libxml" When I installed postgreSQL I did not include this option, have I to reinstall postgresql? 2009/2/19 Osvaldo Kussama > 2009/2/19 Francisco : > > Hi List, > > I have i

[GENERAL] xpath functions

2009-02-19 Thread Francisco
Hi List, I have installed postgreSQL 8.3 in my Ubuntu Hardy Heron. I want to use xpath functions (like xpath_table), but I can't. An error appears "xpath_table does not exists". How could I intregrate xpath funtions with my postgreSQL without reinstalling it? Any solution? Thanks ;)