From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SemJZ-0005OG-DZ for garchives@archives.gentoo.org; Wed, 13 Jun 2012 12:04:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ADCCE05E4 for ; Wed, 13 Jun 2012 12:04:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0BC56E062D for ; Wed, 13 Jun 2012 09:11:00 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C5E41B402B for ; Wed, 13 Jun 2012 09:11:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id 215652004B; Wed, 13 Jun 2012 09:10:59 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: postgres-howto.xml X-VCS-Repository: gentoo X-VCS-Files: postgres-howto.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20120613091059.215652004B@flycatcher.gentoo.org> Date: Wed, 13 Jun 2012 09:10:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 78b749d0-72f9-475e-9b3d-6bc76e3f75bd X-Archives-Hash: 8844a4164998139ff3f73ff21c0f0336 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/post= gres-howto.xml?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/post= gres-howto.xml?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/post= gres-howto.xml?r1=3D1.10&r2=3D1.11 Index: postgres-howto.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ - + =20 PostgreSQL Quick Start Guide @@ -23,8 +23,8 @@ =20 -10 -2012-05-04 +11 +2012-06-13 =20 Introduction @@ -670,6 +670,10 @@ # ln -s /etc/postgresql-8.4/*.conf /var/lib/postgresql/8.4/data/ # ln -s /etc/postgresql-9.0/*.conf /var/lib/postgresql/9.0/data/ =20 +(Check available versions, then select yours) +# eselect postgresql list +# eselect postgresql set 9.0 + (Change the method of database user 'postgres' to trust on loca= l connections on all databases.) # nano -w /etc/postgresql-8.4/pg_hba.conf