* [gentoo-doc-cvs] cvs commit: postgres-howto.xml
@ 2006-03-16 21:25 Xavier Neys
0 siblings, 0 replies; 4+ messages in thread
From: Xavier Neys @ 2006-03-16 21:25 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/03/16 21:25:36
Modified: postgres-howto.xml
Log:
#126450 typo
Revision Changes Path
1.2 xml/htdocs/doc/en/postgres-howto.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/postgres-howto.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/postgres-howto.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/postgres-howto.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
Index: postgres-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgres-howto.xml 14 Mar 2006 12:30:33 -0000 1.1
+++ postgres-howto.xml 16 Mar 2006 21:25:36 -0000 1.2
@@ -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.1 2006/03/14 12:30:33 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.2 2006/03/16 21:25:36 neysx Exp $ -->
<guide link="/doc/en/postgres-howto.xml" lang="en">
<title>PostgreSQL Guide</title>
@@ -102,8 +102,8 @@
<tr>
<ti>nls</ti>
<ti>
- If this option is enabled, PostgreSQL can utilized translated strings
- for non-English speaking users.
+ If this option is enabled, PostgreSQL can utilize translated strings for
+ non-English speaking users.
</ti>
</tr>
<tr>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-doc-cvs] cvs commit: postgres-howto.xml
@ 2007-04-10 7:16 Josh Saddler
0 siblings, 0 replies; 4+ messages in thread
From: Josh Saddler @ 2007-04-10 7:16 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/10 07:16:49
Modified: postgres-howto.xml
Log:
updated postgresql guide, bug 173987
Revision Changes Path
1.3 xml/htdocs/doc/en/postgres-howto.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?r1=1.2&r2=1.3
Index: postgres-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- postgres-howto.xml 16 Mar 2006 21:25:36 -0000 1.2
+++ postgres-howto.xml 10 Apr 2007 07:16:49 -0000 1.3
@@ -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.2 2006/03/16 21:25:36 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.3 2007/04/10 07:16:49 nightmorph Exp $ -->
<guide link="/doc/en/postgres-howto.xml" lang="en">
<title>PostgreSQL Guide</title>
@@ -22,8 +22,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.0</version>
-<date>2006-03-14</date>
+<version>1.1</version>
+<date>2006-04-10</date>
<chapter>
<title>Introduction</title>
@@ -62,8 +62,7 @@
These are the packages that I would merge, in order:
Calculating dependencies ...done!
-[ebuild N ] dev-db/postgresql-8.0.4 -doc -kerberos +libg++ +nls +pam +perl
--pg-hier -pg-intdatetime +python +readline (-selinux) +ssl -tcltk +xml2 +zlib 0 kB
+[ebuild N ] dev-db/postgresql-8.0.4 -doc -kerberos +nls +pam +perl -pg-intdatetime +python +readline (-selinux) +ssl -tcl +xml +zlib 0 kB
</pre>
<p>
@@ -93,13 +92,6 @@
</ti>
</tr>
<tr>
- <ti>libg++</ti>
- <ti>
- If this option is enabled, C++ bindings for PostgreSQL will be built.
- This will build libpq++ for use by C++ programs to link against.
- </ti>
-</tr>
-<tr>
<ti>nls</ti>
<ti>
If this option is enabled, PostgreSQL can utilize translated strings for
@@ -122,17 +114,6 @@
</ti>
</tr>
<tr>
- <ti>pg-hier</ti>
- <ti>
- If this option is enabled, a patch is applied to enable hierarchical
- queries, such as those seen by the <c>CONNECT</c> statement in
- <c>Oracle</c> database servers. More information on hierarchical queries
- can be found in the <uri
- link="http://www.lc.leidenuniv.nl/awcourse/oracle/server.920/a96540/
- queries4a. htm">Oracle Reference Guide</uri>.
- </ti>
-</tr>
-<tr>
<ti>pg-intdatetime</ti>
<ti>
If this option is enabled, PostgreSQL will support 64 bit integer date
@@ -168,13 +149,13 @@
</ti>
</tr>
<tr>
- <ti>tcltk</ti>
+ <ti>tcl</ti>
<ti>
- If this option is enabled, PostgreSQL will build <c>tcl/tk</c> bindings.
+ If this option is enabled, PostgreSQL will build <c>tcl</c> bindings.
</ti>
</tr>
<tr>
- <ti>xml2</ti>
+ <ti>xml</ti>
<ti>
If this option is enabled, <c>XPATH</c> style xml support will be built.
More information on using xml support with PostgreSQL can be found on:
@@ -191,11 +172,6 @@
</tr>
</table>
-<note>
-The <c>pg-hier</c> patch author has stopped working on the patch, and it will
-most likely be removed in later versions.
-</note>
-
<p>
Once you've customized PostgreSQL to meet your specific needs, go ahead and
start the <c>emerge</c>:
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-doc-cvs] cvs commit: postgres-howto.xml
@ 2007-04-25 7:40 Josh Saddler
0 siblings, 0 replies; 4+ messages in thread
From: Josh Saddler @ 2007-04-25 7:40 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/25 07:40:11
Modified: postgres-howto.xml
Log:
updated postgresql guide for bug 174255
Revision Changes Path
1.4 xml/htdocs/doc/en/postgres-howto.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?r1=1.3&r2=1.4
Index: postgres-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- postgres-howto.xml 10 Apr 2007 07:16:49 -0000 1.3
+++ postgres-howto.xml 25 Apr 2007 07:40:11 -0000 1.4
@@ -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.3 2007/04/10 07:16:49 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.4 2007/04/25 07:40:11 nightmorph Exp $ -->
<guide link="/doc/en/postgres-howto.xml" lang="en">
<title>PostgreSQL Guide</title>
@@ -22,8 +22,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.1</version>
-<date>2006-04-10</date>
+<version>1.2</version>
+<date>2007-04-25</date>
<chapter>
<title>Introduction</title>
@@ -159,7 +159,7 @@
<ti>
If this option is enabled, <c>XPATH</c> style xml support will be built.
More information on using xml support with PostgreSQL can be found on:
- <uri link="http://www.throwingbeans.org/tech/postgresql_and_xml.html">
+ <uri link="http://www.throwingbeans.org/postgresql_and_xml.html">
PostgreSQL and XML</uri>.
</ti>
</tr>
@@ -326,10 +326,10 @@
<p>
The database was successfully created, and we can confirm that the database can
run basic tasks. We'll go ahead and drop this database (remove it) with the
-<c>dropdb</c> command, creating a new one for usage later on:
+<c>dropdb</c> command:
</p>
-<pre caption="Droping a database with dropdb">
+<pre caption="Dropping a database with dropdb">
$ <i>dropdb -U postgres -W test</i>
Password:
DROP DATABASE
@@ -387,8 +387,8 @@
Success! Our new user was created using the previously created superuser. The
<c>-A</c> and <c>-D</c> options do the opposite of <c>-a</c> and <c>-d</c>, and
instead deny the user the ability to create other users and databases. Now that
-there are users to work with, and a new database created, the next chapter will
-look at using the new database.
+there are users to work with, the next chapter will look at using the new
+database.
</p>
</body>
@@ -401,15 +401,14 @@
<body>
<p>
-With the new database created, there is a user that can create databases and
-add other users, and the main postgres user that can do anything. The user
-created earlier can currently login to the server, and that's about it. In
-general, users need to be able to insert data and retrieve data, and sometimes
-any other number of tasks. So, for this new user to be able to do anything,
-they must be setup with the proper permissions. This can easily be done by
-passing the <c>-O</c> parameter to <c>createdb</c>. We'll start by making a
-new database, <b>MyDB</b> with our superuser that will be owned by the previous
-testuser:
+Now there is a user that can create databases and add other users, and the main
+postgres user that can do anything. The user created earlier can currently login
+to the server, and that's about it. In general, users need to be able to insert
+data and retrieve data, and sometimes any other number of tasks. So, for this
+new user to be able to do anything, they must be setup with the proper
+permissions. This can easily be done by passing the <c>-O</c> parameter to
+<c>createdb</c>. We'll start by making a new database, <b>MyDB</b> with our
+superuser that will be owned by the previous testuser:
</p>
<pre caption="Creating the MyDB database">
@@ -704,10 +703,10 @@
<p>
This concludes the PostgreSQL Guide. A big thanks goes to Masatomo Nakano, the
-Gentoo PostgreSQL maintainer for his help in answering my questions. Any
-suggestions on this guide should be sent to <mail>chriswhite@gentoo.org</mail>.
-For more extensive documentation, see the <uri
-link="http://www.postgresql.org">PostgreSQL website</uri>.
+previous Gentoo PostgreSQL maintainer for his help in answering my questions.
+Any suggestions on this guide should be sent to
+<mail>chriswhite@gentoo.org</mail>. For more extensive documentation, see the
+<uri link="http://www.postgresql.org">PostgreSQL website</uri>.
</p>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-doc-cvs] cvs commit: postgres-howto.xml
@ 2008-05-19 21:09 Sven Vermeulen
0 siblings, 0 replies; 4+ messages in thread
From: Sven Vermeulen @ 2008-05-19 21:09 UTC (permalink / raw
To: gentoo-doc-cvs
swift 08/05/19 21:09:45
Modified: postgres-howto.xml
Log:
Coding style
Revision Changes Path
1.5 xml/htdocs/doc/en/postgres-howto.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/postgres-howto.xml?r1=1.4&r2=1.5
Index: postgres-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- postgres-howto.xml 25 Apr 2007 07:40:11 -0000 1.4
+++ postgres-howto.xml 19 May 2008 21:09:45 -0000 1.5
@@ -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.4 2007/04/25 07:40:11 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/postgres-howto.xml,v 1.5 2008/05/19 21:09:45 swift Exp $ -->
<guide link="/doc/en/postgres-howto.xml" lang="en">
<title>PostgreSQL Guide</title>
@@ -222,7 +222,8 @@
</pre>
<p>
-Now that this is setup, the creation of the initial database environment can occur:
+Now that this is set up, the creation of the initial database environment can
+occur:
</p>
<pre caption="Configuring the database environment with emerge --config">
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-19 21:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-16 21:25 [gentoo-doc-cvs] cvs commit: postgres-howto.xml Xavier Neys
-- strict thread matches above, loose matches on Subject: below --
2007-04-10 7:16 Josh Saddler
2007-04-25 7:40 Josh Saddler
2008-05-19 21:09 Sven Vermeulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox