Date: Tue, 25 Aug 2015 12:46:26 +0200 From: Christoph Moench-Tegeder <cmt@burggraben.net> To: freebsd-ports@freebsd.org Subject: Re: Postgresql 92 XML gone? Message-ID: <20150825104626.GA42828@elch.exwg.net> In-Reply-To: <55DAF168.5050701@netfence.it> References: <55BDDBE1.1090101@netfence.it> <1CC43015-DB2D-4A3F-B148-34ED47E1DD9D@pingpong.net> <1438515346.2428.2.camel@heesakkers.info> <55DAF168.5050701@netfence.it>
next in thread | previous in thread | raw e-mail | index | archive | help
## Andrea Venturoli (ml@netfence.it): > I added postgresql92-contrib, then issued > # create extension xml; The extension has been renamed to xml2, as you already noticed :) http://www.postgresql.org/docs/9.2/static/xml2.html Please mind that there's a built-in xml datatype, and additional funtions: http://www.postgresql.org/docs/9.2/static/datatype-xml.html http://www.postgresql.org/docs/9.2/static/functions-xml.html Additionally, you're encouraged to use the latest PostgreSQL version, that is 9.4 these days. > However: > > # create extension xml2; > > ERROR: could not load library "/usr/local/lib/postgresql/pgxml.so": dlopen (/usr/local/lib/postgresql/pgxml.so) failed: /usr/local/lib/postgresql/pgxml.so: Undefined symbol "xml_ereport" Oh well: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202649 Please mind that the built-in XML support is (mostly) unavailable without that patch. Regards, Christoph -- Spare Space
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150825104626.GA42828>