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 1Q4NYz-0004LG-Vu
for garchives@archives.gentoo.org; Tue, 29 Mar 2011 01:17:43 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id D94E71C046;
Tue, 29 Mar 2011 01:17:33 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id 5F2A51C046
for ; Tue, 29 Mar 2011 01:17:33 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id A90252AC015
for ; Tue, 29 Mar 2011 01:17:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
by pelican.gentoo.org (Postfix) with ESMTP id 1B9A08006A
for ; Tue, 29 Mar 2011 01:17:32 +0000 (UTC)
From: "Aaron Swenson"
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson"
Message-ID:
Subject: [gentoo-commits] proj/pgsql-patches:documentation commit in: /
X-VCS-Repository: proj/pgsql-patches
X-VCS-Files: postgresql.xml
X-VCS-Directories: /
X-VCS-Committer: titanofold
X-VCS-Committer-Name: Aaron Swenson
X-VCS-Revision: daa89b823dcee2f77a0e2a3f26f3c69f0e0f505c
Date: Tue, 29 Mar 2011 01:17:32 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt:
X-Archives-Hash: 85eb58e36fc0b9ae5494cd9f5a3d81f1
commit: daa89b823dcee2f77a0e2a3f26f3c69f0e0f505c
Author: Aaron W. Swenson gentoo org>
AuthorDate: Sun Mar 27 12:18:00 2011 +0000
Commit: Aaron Swenson gentoo org>
CommitDate: Sun Mar 27 12:18:00 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pgsql-patches=
.git;a=3Dcommit;h=3Ddaa89b82
Fixed 80 column width. Prepping to merge suggestions from bug 330927.
---
postgresql.xml | 290 ++++++++++++++++++++++++++------------------------=
-----
1 files changed, 137 insertions(+), 153 deletions(-)
diff --git a/postgresql.xml b/postgresql.xml
index b4423f3..0cc191a 100644
--- a/postgresql.xml
+++ b/postgresql.xml
@@ -33,11 +33,11 @@ not supplant it.
=20
-PostgreSQL is a free and o=
pen
-source relational database management system (RDBMS). It supports such t=
hings
-as transactions, schemata and foreign keys, and is often touted to more
-strictly adhere to the SQL standards and to be more secure, by default, =
than
-any other database, commercial or otherwise.
+PostgreSQL is a free and o=
pen source
+relational database management system (RDBMS). It supports such things a=
s
+transactions, schemata and foreign keys, and is often touted to more str=
ictly
+adhere to the SQL standards and to be more secure, by default, than any =
other
+database, commercial or otherwise.
=20
@@ -69,13 +69,13 @@ commands in this article as necessary for your specif=
ic version.
The 7.4 and 8.0 branch of PostgreSQL had their support dropped in Octobe=
r of
2010. The 8.1 branch had its support dropped in November of 2010. If you=
have
-not done so already, you should start migrating=
-to a more recent version of PostgreSQL.
+not done so already, you should start migrating=
to
+a more recent version of PostgreSQL.
=20
-The 8.2 branch will have its support dropped in December of 2011. Start
-planning your migration now.
+The 8.2 branch will have its support dropped in December of 2011. Start =
planning
+your migration now.
=20
=20
-The Ebuilds in Portage feature slotting matching the major version. This
-allows you to have two major versions of PostgreSQL operating simultaneo=
usly;
-8.4 and 9.0 can serve at the same time. This is useful in such circumsta=
nces
-where you need to move data from an older database to a new database, or=
need
-to have a production and a testing database on the same machine. Also, t=
his
-prevents a database, corresponding libraries or executables from being
-overwritten by an incompatible update.
+The Ebuilds in Portage feature slotting matching the major version. This=
allows
+you to have two major versions of PostgreSQL operating simultaneously; 8=
.4 and
+9.0 can serve at the same time. This is useful in such circumstances whe=
re you
+need to move data from an older database to a new database, or need to h=
ave a
+production and a testing database on the same machine. Also, this preven=
ts a
+database, corresponding libraries or executables from being overwritten =
by an
+incompatible update.
=20
Additionally, bug and security fixes, which are delivered via minor vers=
ion
-updates, can be applied without fear of corrupting data; 9.0.2 can be up=
dated
-to 9.0.3 as they are guaranteed to be compatible and require no more
-interaction from you than to emerge it and restart the server process &m=
dash;
-no migration, reconfiguration or initialization are necessary.
+updates, can be applied without fear of corrupting data; 9.0.2 can be up=
dated to
+9.0.3 as they are guaranteed to be compatible and require no more intera=
ction
+from you than to emerge it and restart the server process — no mig=
ration,
+reconfiguration or initialization are necessary.
=20
@@ -115,10 +115,9 @@ Versioning Policy for more information.
=20
There is quite a bit that cannot be covered. The official documentation is
-somewhere in the neighborhood of 2,000 pages. A lot of details will be l=
eft
-out. Only Gentoo specific issues will be covered and some basic configur=
ation
-guidelines.
+link=3D"http://www.postgresql.org/docs/">official documentation is=
somewhere
+in the neighborhood of 2,000 pages. A lot of details will be left out. O=
nly
+Gentoo specific issues will be covered and some basic configuration guid=
elines.
=20