nightmorph 12/06/13 09:10:59 Modified: postgres-howto.xml Log: add eselect step per comment #8 of bug #410717
Revision Changes Path 1.11 xml/htdocs/doc/en/postgres-howto.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?r1=1.10&r2=1.11 Index: postgres-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- postgres-howto.xml 4 May 2012 06:44:35 -0000 1.10 +++ postgres-howto.xml 13 Jun 2012 09:10:59 -0000 1.11 @@ -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.10 2012/05/04 06:44:35 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.11 2012/06/13 09:10:59 nightmorph Exp $ --> <guide> <title>PostgreSQL Quick Start Guide</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>10</version> -<date>2012-05-04</date> +<version>11</version> +<date>2012-06-13</date> <chapter> <title>Introduction</title> @@ -670,6 +670,10 @@ # <i>ln -s /etc/postgresql-8.4/*.conf /var/lib/postgresql/8.4/data/</i> # <i>ln -s /etc/postgresql-9.0/*.conf /var/lib/postgresql/9.0/data/</i> +<comment>(Check available versions, then select yours)</comment> +# <i>eselect postgresql list</i> +# <i>eselect postgresql set 9.0</i> + <comment>(Change the method of database user 'postgres' to trust on local connections on all databases.)</comment> # <i>nano -w /etc/postgresql-8.4/pg_hba.conf</i>
