Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 03a91e0

Browse files
committed
Lowercase all mentions of "PostgreSQL" in URLs, per Magnus.
1 parent 84fe899 commit 03a91e0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

doc/FAQ

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Wed Sep 26 16:36:22 EDT 2007
4+
Last updated: Thu Sep 27 02:14:24 EDT 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -169,7 +169,7 @@
169169
1.5) Where can I get PostgreSQL?
170170

171171
Via web browser, use http://www.postgresql.org/ftp/, and via ftp, use
172-
ftp://ftp.PostgreSQL.org/pub/.
172+
ftp://ftp.postgresql.org/pub/.
173173

174174
1.6) What is the most recent release?
175175

@@ -199,7 +199,7 @@
199199

200200
Visit the PostgreSQL bug form at
201201
http://www.postgresql.org/support/submitbug. Also check out our ftp
202-
site ftp://ftp.PostgreSQL.org/pub/ to see if there is a more recent
202+
site ftp://ftp.postgresql.org/pub/ to see if there is a more recent
203203
Postgres version.
204204

205205
Bugs submitted using the bug form or posted to any PostgreSQL mailing
@@ -248,16 +248,16 @@
248248

249249
PostgreSQL includes extensive documentation, including a large manual,
250250
manual pages, and some test examples. See the /doc directory. You can
251-
also browse the manuals online at http://www.PostgreSQL.org/docs.
251+
also browse the manuals online at http://www.postgresql.org/docs.
252252

253253
There are two PostgreSQL books available online at
254254
http://www.postgresql.org/docs/books/awbook.html and
255255
http://www.commandprompt.com/ppbook/. There are a number of PostgreSQL
256256
books available for purchase. One of the most popular ones is by Korry
257257
Douglas. A list of book reviews can be found at
258-
http://techdocs.PostgreSQL.org/techdocs/bookreviews.php. There is also
258+
http://techdocs.postgresql.org/techdocs/bookreviews.php. There is also
259259
a collection of PostgreSQL technical articles at
260-
http://techdocs.PostgreSQL.org/.
260+
http://techdocs.postgresql.org/.
261261

262262
The command line client program psql has some \d commands to show
263263
information about types, operators, functions, aggregates, etc. - use

doc/src/FAQ/FAQ.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Wed Sep 26 16:36:22 EDT 2007</P>
13+
<P>Last updated: Thu Sep 27 02:14:24 EDT 2007</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -217,8 +217,8 @@ <H3 id="item1.5">1.5) Where can I get PostgreSQL?</H3>
217217

218218
<P>Via web browser, use <a href="http://www.postgresql.org/ftp/">
219219
http://www.postgresql.org/ftp/</a>, and via ftp, use
220-
<A href="ftp://ftp.PostgreSQL.org/pub/">
221-
ftp://ftp.PostgreSQL.org/pub/</A>.</P>
220+
<A href="ftp://ftp.postgresql.org/pub/">
221+
ftp://ftp.postgresql.org/pub/</A>.</P>
222222

223223
<H3 id="item1.6">1.6) What is the most recent release?</H3>
224224

@@ -253,7 +253,7 @@ <H3 id="item1.8">1.8) How do I submit a bug report?</H3>
253253
"http://www.postgresql.org/support/submitbug">
254254
http://www.postgresql.org/support/submitbug</A>.
255255
Also check out our ftp site <A href=
256-
"ftp://ftp.PostgreSQL.org/pub/">ftp://ftp.PostgreSQL.org/pub/</A> to
256+
"ftp://ftp.postgresql.org/pub/">ftp://ftp.postgresql.org/pub/</A> to
257257
see if there is a more recent Postgres version.</P>
258258

259259
<P>Bugs submitted using the bug form or posted to any PostgreSQL mailing
@@ -327,7 +327,7 @@ <H3 id="item1.10">1.10) What documentation is available?</H3>
327327
<P>PostgreSQL includes extensive documentation, including a large
328328
manual, manual pages, and some test examples. See the <I>/doc</I>
329329
directory. You can also browse the manuals online at <A href=
330-
"http://www.PostgreSQL.org/docs">http://www.PostgreSQL.org/docs</A>.
330+
"http://www.postgresql.org/docs">http://www.postgresql.org/docs</A>.
331331
</P>
332332

333333
<P>There are two PostgreSQL books available online at <A href=
@@ -337,10 +337,10 @@ <H3 id="item1.10">1.10) What documentation is available?</H3>
337337
There are a number of PostgreSQL books available for purchase. One
338338
of the most popular ones is by Korry Douglas. A list of book reviews
339339
can be found at <A href=
340-
"http://techdocs.postgresql.org/techdocs/bookreviews.php">http://techdocs.PostgreSQL.org/techdocs/bookreviews.php</A>.
340+
"http://techdocs.postgresql.org/techdocs/bookreviews.php">http://techdocs.postgresql.org/techdocs/bookreviews.php</A>.
341341
There is also a collection of PostgreSQL technical articles at <A
342342
href=
343-
"http://techdocs.PostgreSQL.org/">http://techdocs.PostgreSQL.org/</A>.</P>
343+
"http://techdocs.postgresql.org/">http://techdocs.postgresql.org/</A>.</P>
344344

345345
<P>The command line client program <I>psql</I> has some \d commands to show
346346
information about types, operators, functions, aggregates, etc. - use \? to

0 commit comments

Comments
 (0)