Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: postgres-howto.xml
Date: Wed, 13 Jun 2012 12:04:46
Message-Id: 20120613091059.215652004B@flycatcher.gentoo.org
1 nightmorph 12/06/13 09:10:59
2
3 Modified: postgres-howto.xml
4 Log:
5 add eselect step per comment #8 of bug #410717
6
7 Revision Changes Path
8 1.11 xml/htdocs/doc/en/postgres-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?r1=1.10&r2=1.11
13
14 Index: postgres-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- postgres-howto.xml 4 May 2012 06:44:35 -0000 1.10
21 +++ postgres-howto.xml 13 Jun 2012 09:10:59 -0000 1.11
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.10 2012/05/04 06:44:35 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.11 2012/06/13 09:10:59 nightmorph Exp $ -->
27
28 <guide>
29 <title>PostgreSQL Quick Start Guide</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>10</version>
35 -<date>2012-05-04</date>
36 +<version>11</version>
37 +<date>2012-06-13</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -670,6 +670,10 @@
42 # <i>ln -s /etc/postgresql-8.4/*.conf /var/lib/postgresql/8.4/data/</i>
43 # <i>ln -s /etc/postgresql-9.0/*.conf /var/lib/postgresql/9.0/data/</i>
44
45 +<comment>(Check available versions, then select yours)</comment>
46 +# <i>eselect postgresql list</i>
47 +# <i>eselect postgresql set 9.0</i>
48 +
49 <comment>(Change the method of database user 'postgres' to trust on local
50 connections on all databases.)</comment>
51 # <i>nano -w /etc/postgresql-8.4/pg_hba.conf</i>