summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBruce Momjian2007-09-27 06:14:47 +0000
committerBruce Momjian2007-09-27 06:14:47 +0000
commit03a91e0d106c1d328f74f21af208219aa0df60fd (patch)
tree4bb62aa4dc8d3de4e3d03e8524269cbed6c5c49c /doc/FAQ
parent84fe8990ae95797c8aa11d32af7eff33eb466835 (diff)
Lowercase all mentions of "PostgreSQL" in URLs, per Magnus.
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 19f39b84082..ffc2d64f2a1 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Wed Sep 26 16:36:22 EDT 2007
+ Last updated: Thu Sep 27 02:14:24 EDT 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -169,7 +169,7 @@
1.5) Where can I get PostgreSQL?
Via web browser, use http://www.postgresql.org/ftp/, and via ftp, use
- ftp://ftp.PostgreSQL.org/pub/.
+ ftp://ftp.postgresql.org/pub/.
1.6) What is the most recent release?
@@ -199,7 +199,7 @@
Visit the PostgreSQL bug form at
http://www.postgresql.org/support/submitbug. Also check out our ftp
- site ftp://ftp.PostgreSQL.org/pub/ to see if there is a more recent
+ site ftp://ftp.postgresql.org/pub/ to see if there is a more recent
Postgres version.
Bugs submitted using the bug form or posted to any PostgreSQL mailing
@@ -248,16 +248,16 @@
PostgreSQL includes extensive documentation, including a large manual,
manual pages, and some test examples. See the /doc directory. You can
- also browse the manuals online at http://www.PostgreSQL.org/docs.
+ also browse the manuals online at http://www.postgresql.org/docs.
There are two PostgreSQL books available online at
http://www.postgresql.org/docs/books/awbook.html and
http://www.commandprompt.com/ppbook/. There are a number of PostgreSQL
books available for purchase. One of the most popular ones is by Korry
Douglas. A list of book reviews can be found at
- http://techdocs.PostgreSQL.org/techdocs/bookreviews.php. There is also
+ http://techdocs.postgresql.org/techdocs/bookreviews.php. There is also
a collection of PostgreSQL technical articles at
- http://techdocs.PostgreSQL.org/.
+ http://techdocs.postgresql.org/.
The command line client program psql has some \d commands to show
information about types, operators, functions, aggregates, etc. - use