Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: postgres-howto.xml
Date: Tue, 10 Apr 2007 07:17:02
Message-Id: E1HbAav-0005m9-J2@stork.gentoo.org
1 nightmorph 07/04/10 07:16:49
2
3 Modified: postgres-howto.xml
4 Log:
5 updated postgresql guide, bug 173987
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/en/postgres-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?r1=1.2&r2=1.3
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.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- postgres-howto.xml 16 Mar 2006 21:25:36 -0000 1.2
21 +++ postgres-howto.xml 10 Apr 2007 07:16:49 -0000 1.3
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.2 2006/03/16 21:25:36 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.3 2007/04/10 07:16:49 nightmorph Exp $ -->
27
28 <guide link="/doc/en/postgres-howto.xml" lang="en">
29 <title>PostgreSQL Guide</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.0</version>
35 -<date>2006-03-14</date>
36 +<version>1.1</version>
37 +<date>2006-04-10</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -62,8 +62,7 @@
42 These are the packages that I would merge, in order:
43
44 Calculating dependencies ...done!
45 -[ebuild N ] dev-db/postgresql-8.0.4 -doc -kerberos +libg++ +nls +pam +perl
46 --pg-hier -pg-intdatetime +python +readline (-selinux) +ssl -tcltk +xml2 +zlib 0 kB
47 +[ebuild N ] dev-db/postgresql-8.0.4 -doc -kerberos +nls +pam +perl -pg-intdatetime +python +readline (-selinux) +ssl -tcl +xml +zlib 0 kB
48 </pre>
49
50 <p>
51 @@ -93,13 +92,6 @@
52 </ti>
53 </tr>
54 <tr>
55 - <ti>libg++</ti>
56 - <ti>
57 - If this option is enabled, C++ bindings for PostgreSQL will be built.
58 - This will build libpq++ for use by C++ programs to link against.
59 - </ti>
60 -</tr>
61 -<tr>
62 <ti>nls</ti>
63 <ti>
64 If this option is enabled, PostgreSQL can utilize translated strings for
65 @@ -122,17 +114,6 @@
66 </ti>
67 </tr>
68 <tr>
69 - <ti>pg-hier</ti>
70 - <ti>
71 - If this option is enabled, a patch is applied to enable hierarchical
72 - queries, such as those seen by the <c>CONNECT</c> statement in
73 - <c>Oracle</c> database servers. More information on hierarchical queries
74 - can be found in the <uri
75 - link="http://www.lc.leidenuniv.nl/awcourse/oracle/server.920/a96540/
76 - queries4a. htm">Oracle Reference Guide</uri>.
77 - </ti>
78 -</tr>
79 -<tr>
80 <ti>pg-intdatetime</ti>
81 <ti>
82 If this option is enabled, PostgreSQL will support 64 bit integer date
83 @@ -168,13 +149,13 @@
84 </ti>
85 </tr>
86 <tr>
87 - <ti>tcltk</ti>
88 + <ti>tcl</ti>
89 <ti>
90 - If this option is enabled, PostgreSQL will build <c>tcl/tk</c> bindings.
91 + If this option is enabled, PostgreSQL will build <c>tcl</c> bindings.
92 </ti>
93 </tr>
94 <tr>
95 - <ti>xml2</ti>
96 + <ti>xml</ti>
97 <ti>
98 If this option is enabled, <c>XPATH</c> style xml support will be built.
99 More information on using xml support with PostgreSQL can be found on:
100 @@ -191,11 +172,6 @@
101 </tr>
102 </table>
103
104 -<note>
105 -The <c>pg-hier</c> patch author has stopped working on the patch, and it will
106 -most likely be removed in later versions.
107 -</note>
108 -
109 <p>
110 Once you've customized PostgreSQL to meet your specific needs, go ahead and
111 start the <c>emerge</c>:
112
113
114
115 --
116 gentoo-doc-cvs@g.o mailing list