Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: postgres-howto.xml
Date: Thu, 15 Sep 2011 20:37:25
Message-Id: 20110915203620.DBBC72004C@flycatcher.gentoo.org
1 swift 11/09/15 20:36:20
2
3 Modified: postgres-howto.xml
4 Log:
5 Fix bug #383081 - Correct version for codelisting, thanks to Joost Roeleveld for reporting
6
7 Revision Changes Path
8 1.9 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.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?r1=1.8&r2=1.9
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.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- postgres-howto.xml 4 Sep 2011 17:53:40 -0000 1.8
21 +++ postgres-howto.xml 15 Sep 2011 20:36:20 -0000 1.9
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.8 2011/09/04 17:53:40 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.9 2011/09/15 20:36:20 swift Exp $ -->
27
28 <guide lang="en">
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>8</version>
35 -<date>2011-08-08</date>
36 +<version>9</version>
37 +<date>2011-09-15</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -328,7 +328,7 @@
42 formatting, and UTF-8 character encoding.
43 </p>
44
45 -<pre caption="Example contents of /etc/conf.d/postgresql-8.4">
46 +<pre caption="Example contents of /etc/conf.d/postgresql-9.0">
47 <comment># Location of configuration files</comment>
48 PGDATA="/etc/postgresql-9.0/"