Re: why can't I load pgxml.sql - Mailing list pgsql-general

From Tom Lane
Subject Re: why can't I load pgxml.sql
Date
Msg-id 3845.1217305904@sss.pgh.pa.us
Whole thread Raw
In response to Re: why can't I load pgxml.sql  (Yi Zhao <yi.zhao@alibaba-inc.com>)
List pgsql-general
Yi Zhao <yi.zhao@alibaba-inc.com> writes:
> my version is 8.3.3:

I kinda doubt that, actually, because you should not have been getting
"function not found" errors in 8.3.  An 8.3 server built without XML
support should react more like this:

regression=# select xpath('foo','bar');
ERROR:  unsupported XML feature
DETAIL:  This functionality requires the server to be built with libxml support.
HINT:  You need to rebuild PostgreSQL using --with-libxml.

In any case the error you're showing us suggests that the libxml
installation is broken, not PG itself.

You still haven't told us the platform...

            regards, tom lane

pgsql-general by date:

Previous
From: Rajarshi Guha
Date:
Subject: Re: a SQL query question
Next
From: Lennin Caro
Date:
Subject: Re: Clone a database to other machine