nightmorph 07/04/10 07:16:49 Modified: postgres-howto.xml Log: updated postgresql guide, bug 173987
Revision Changes Path 1.3 xml/htdocs/doc/en/postgres-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?r1=1.2&r2=1.3 Index: postgres-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- postgres-howto.xml 16 Mar 2006 21:25:36 -0000 1.2 +++ postgres-howto.xml 10 Apr 2007 07:16:49 -0000 1.3 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.2 2006/03/16 21:25:36 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.3 2007/04/10 07:16:49 nightmorph Exp $ --> <guide link="/doc/en/postgres-howto.xml" lang="en"> <title>PostgreSQL Guide</title> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.0</version> -<date>2006-03-14</date> +<version>1.1</version> +<date>2006-04-10</date> <chapter> <title>Introduction</title> @@ -62,8 +62,7 @@ These are the packages that I would merge, in order: Calculating dependencies ...done! -[ebuild N ] dev-db/postgresql-8.0.4 -doc -kerberos +libg++ +nls +pam +perl --pg-hier -pg-intdatetime +python +readline (-selinux) +ssl -tcltk +xml2 +zlib 0 kB +[ebuild N ] dev-db/postgresql-8.0.4 -doc -kerberos +nls +pam +perl -pg-intdatetime +python +readline (-selinux) +ssl -tcl +xml +zlib 0 kB </pre> <p> @@ -93,13 +92,6 @@ </ti> </tr> <tr> - <ti>libg++</ti> - <ti> - If this option is enabled, C++ bindings for PostgreSQL will be built. - This will build libpq++ for use by C++ programs to link against. - </ti> -</tr> -<tr> <ti>nls</ti> <ti> If this option is enabled, PostgreSQL can utilize translated strings for @@ -122,17 +114,6 @@ </ti> </tr> <tr> - <ti>pg-hier</ti> - <ti> - If this option is enabled, a patch is applied to enable hierarchical - queries, such as those seen by the <c>CONNECT</c> statement in - <c>Oracle</c> database servers. More information on hierarchical queries - can be found in the <uri - link="http://www.lc.leidenuniv.nl/awcourse/oracle/server.920/a96540/ - queries4a. htm">Oracle Reference Guide</uri>. - </ti> -</tr> -<tr> <ti>pg-intdatetime</ti> <ti> If this option is enabled, PostgreSQL will support 64 bit integer date @@ -168,13 +149,13 @@ </ti> </tr> <tr> - <ti>tcltk</ti> + <ti>tcl</ti> <ti> - If this option is enabled, PostgreSQL will build <c>tcl/tk</c> bindings. + If this option is enabled, PostgreSQL will build <c>tcl</c> bindings. </ti> </tr> <tr> - <ti>xml2</ti> + <ti>xml</ti> <ti> If this option is enabled, <c>XPATH</c> style xml support will be built. More information on using xml support with PostgreSQL can be found on: @@ -191,11 +172,6 @@ </tr> </table> -<note> -The <c>pg-hier</c> patch author has stopped working on the patch, and it will -most likely be removed in later versions. -</note> - <p> Once you've customized PostgreSQL to meet your specific needs, go ahead and start the <c>emerge</c>: -- [email protected] mailing list
