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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"