diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-09-27 06:14:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-09-27 06:14:47 +0000 |
commit | 03a91e0d106c1d328f74f21af208219aa0df60fd (patch) | |
tree | 4bb62aa4dc8d3de4e3d03e8524269cbed6c5c49c /doc/src/FAQ/FAQ.html | |
parent | 84fe8990ae95797c8aa11d32af7eff33eb466835 (diff) | |
download | postgresql-03a91e0d106c1d328f74f21af208219aa0df60fd.tar.gz |
Lowercase all mentions of "PostgreSQL" in URLs, per Magnus.
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 4169b98efc..7a10b56d9c 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Sep 26 16:36:22 EDT 2007</P> + <P>Last updated: Thu Sep 27 02:14:24 EDT 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -217,8 +217,8 @@ <P>Via web browser, use <a href="http://www.postgresql.org/ftp/"> http://www.postgresql.org/ftp/</a>, and via ftp, use - <A href="ftp://ftp.PostgreSQL.org/pub/"> - ftp://ftp.PostgreSQL.org/pub/</A>.</P> + <A href="ftp://ftp.postgresql.org/pub/"> + ftp://ftp.postgresql.org/pub/</A>.</P> <H3 id="item1.6">1.6) What is the most recent release?</H3> @@ -253,7 +253,7 @@ "http://www.postgresql.org/support/submitbug"> http://www.postgresql.org/support/submitbug</A>. Also check out our ftp site <A href= - "ftp://ftp.PostgreSQL.org/pub/">ftp://ftp.PostgreSQL.org/pub/</A> to + "ftp://ftp.postgresql.org/pub/">ftp://ftp.postgresql.org/pub/</A> to see if there is a more recent Postgres version.</P> <P>Bugs submitted using the bug form or posted to any PostgreSQL mailing @@ -327,7 +327,7 @@ <P>PostgreSQL includes extensive documentation, including a large manual, manual pages, and some test examples. See the <I>/doc</I> directory. You can also browse the manuals online at <A href= - "http://www.PostgreSQL.org/docs">http://www.PostgreSQL.org/docs</A>. + "http://www.postgresql.org/docs">http://www.postgresql.org/docs</A>. </P> <P>There are two PostgreSQL books available online at <A href= @@ -337,10 +337,10 @@ 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 <A href= - "http://techdocs.postgresql.org/techdocs/bookreviews.php">http://techdocs.PostgreSQL.org/techdocs/bookreviews.php</A>. + "http://techdocs.postgresql.org/techdocs/bookreviews.php">http://techdocs.postgresql.org/techdocs/bookreviews.php</A>. There is also a collection of PostgreSQL technical articles at <A href= - "http://techdocs.PostgreSQL.org/">http://techdocs.PostgreSQL.org/</A>.</P> + "http://techdocs.postgresql.org/">http://techdocs.postgresql.org/</A>.</P> <P>The command line client program <I>psql</I> has some \d commands to show information about types, operators, functions, aggregates, etc. - use \? to |