Re: Postgres 9.2.4 - rebuild PostgreSQL using --with-libxml

From: Khangelani Gama <kgama(at)argility(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres 9.2.4 - rebuild PostgreSQL using --with-libxml
Date: 2014-06-12 08:44:46
Message-ID: 7d1114c50778227042eecb05ae1c04ca@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

*From:* pgsql-general-owner(at)postgresql(dot)org [mailto:
pgsql-general-owner(at)postgresql(dot)org] *On Behalf Of *John R Pierce
*Sent:* Thursday, June 12, 2014 10:34 AM
*To:* pgsql-general(at)postgresql(dot)org
*Subject:* Re: [GENERAL] Postgres 9.2.4 - rebuild PostgreSQL using
--with-libxml

On 6/12/2014 1:23 AM, Khangelani Gama wrote:

I then did the following:

1. We installed library 'xml2' (version >= 2.6.23)

2. ./configure --with-libxml

3. gmake

4. gmake install

was the previous version custom built with /no/ options ?
-I am not sure because it’s setup I was not involved in

what OS/distribution is this on?

- it’s running on CentOS release 6.4 (Final)

Another example:

c9900=# begin ;

BEGIN

c9900=# create table kmgtest (col1 xml);

CREATE TABLE

c9900=# insert into kmgtest values ('<one>something</one>');

ERROR: unsupported XML feature

LINE 1: insert into kmgtest values ('<one>something</one>');

^

DETAIL: This functionality requires the server to be built with libxml
support.

HINT: You need to rebuild PostgreSQL using --with-libxml.

--

john r pierce 37N 122W

somewhere on the middle of the left coast

CONFIDENTIALITY NOTICE
The contents of and attachments to this e-mail are intended for the addressee only, and may contain the confidential
information of Argility (Proprietary) Limited and/or its subsidiaries. Any review, use or dissemination thereof by anyone
other than the intended addressee is prohibited.If you are not the intended addressee please notify the writer immediately
and destroy the e-mail. Argility (Proprietary) Limited and its subsidiaries distance themselves from and accept no liability
for unauthorised use of their e-mail facilities or e-mails sent other than strictly for business purposes.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2014-06-12 08:59:51 Re: Postgres 9.2.4 - rebuild PostgreSQL using --with-libxml
Previous Message John R Pierce 2014-06-12 08:34:24 Re: Postgres 9.2.4 - rebuild PostgreSQL using --with-libxml