Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Jan 2008 11:32:21 +0600
From:      Andrey Chichak <chch@kit.tomsk.ru>
To:        girgen@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: postgresql-server-8.3RC1
Message-ID:  <47845C65.6090506@kit.tomsk.ru>

next in thread | raw e-mail | index | archive | help
Good day!

Is XML support planned in Postgresql-server-8.3 ?
We have made a patch:
=========================================
*** Makefile.ORIG       Wed Jan  9 11:00:41 2008
--- Makefile    Wed Jan  9 11:29:56 2008
***************
*** 82,83 ****
--- 82,87 ----
  .endif
+ .if !defined(WITHOUT_XML)
+ USE_GNOME=    libxml2
+ CONFIGURE_ARGS+=--with-libxml
+ .endif
=========================================

And small notice: during upgrade Beta2 -> RC1 server was unable to start
due:

postgres[66771]: [1-2] DETAIL:  The database cluster was initialized
with CATALOG_VERSION_NO 200710232, but the server was compiled with
postgres[66771]: [1-3]  CATALOG_VERSION_NO 200711281.
postgres[66771]: [1-4] HINT:  It looks like you need to initdb.

-- 
Andrey Chichak



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47845C65.6090506>