Re: switching on libxml - Mailing list pgsql-admin

From Tom Lane
Subject Re: switching on libxml
Date
Msg-id 23143.1253046862@sss.pgh.pa.us
Whole thread Raw
In response to switching on libxml  (Kasia Tuszynska <ktuszynska@esri.com>)
List pgsql-admin
Kasia Tuszynska <ktuszynska@esri.com> writes:
> I get the following error message:

> 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.

> Is there a way to "switch on" the libxml option after a db cluster has been instantiated? Or do I really need to
rebuildpostgres with the --with-libxml parameter? 

You don't need to re-initdb the database.  You do need to rebuild the
executables with the correct configure options.

            regards, tom lane

pgsql-admin by date:

Previous
From: Kasia Tuszynska
Date:
Subject: switching on libxml
Next
From: Thomas Kellerer
Date:
Subject: Re: setting pg memory consumption on windows