Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
swift 11/09/15 20:36:20
Modified: postgres-howto.xml
Log:
Fix bug #383081 - Correct version for codelisting, thanks to Joost Roeleveld for reporting
Revision Changes Path
1.9 xml/htdocs/doc/en/postgres-howto.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/postgres-howto.xml?r1=1.8&r2=1.9
Index: postgres-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- postgres-howto.xml 4 Sep 2011 17:53:40 -0000 1.8
+++ postgres-howto.xml 15 Sep 2011 20:36:20 -0000 1.9
@@ -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.8 2011/09/04 17:53:40 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.9 2011/09/15 20:36:20 swift Exp $ -->
<guide lang="en">
<title>PostgreSQL Quick Start Guide</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>8</version>
-<date>2011-08-08</date>
+<version>9</version>
+<date>2011-09-15</date>
<chapter>
<title>Introduction</title>
@@ -328,7 +328,7 @@
formatting, and UTF-8 character encoding.
</p>
-<pre caption="Example contents of /etc/conf.d/postgresql-8.4">
+<pre caption="Example contents of /etc/conf.d/postgresql-9.0">
<comment># Location of configuration files</comment>
PGDATA="/etc/postgresql-9.0/"
|
|