Re: switching on libxml

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kasia Tuszynska <ktuszynska(at)esri(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: switching on libxml
Date: 2009-09-15 20:34:22
Message-ID: 23143.1253046862@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Kasia Tuszynska <ktuszynska(at)esri(dot)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 rebuild postgres 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas Kellerer 2009-09-15 21:05:16 Re: setting pg memory consumption on windows
Previous Message Kasia Tuszynska 2009-09-15 19:40:54 switching on libxml