Skip to content

Commit 03296fc

Browse files
committed
Update FAQ.
1 parent c47723d commit 03296fc

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

doc/FAQ

Lines changed: 6 additions & 4 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: Sat Feb 2 15:34:26 EST 2002
4+
Last updated: Sat Feb 2 16:46:36 EST 2002
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -264,9 +264,11 @@
264264
1.10) How can I learn SQL?
265265

266266
The PostgreSQL book at http://www.PostgreSQL.org/docs/awbook.html
267-
teaches SQL. There is a nice tutorial at
268-
http://www.intermedia.net/support/sql/sqltut.shtm and at
269-
http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM.
267+
teaches SQL. There is another PostgreSQL book at
268+
http://www.commandprompt.com/ppbook. There is a nice tutorial at
269+
http://www.intermedia.net/support/sql/sqltut.shtm, at
270+
http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM,
271+
and at http://sqlcourse.com.
270272

271273
Another one is "Teach Yourself SQL in 21 Days, Second Edition" at
272274
http://members.tripod.com/er4ebus/sql/index.htm

doc/src/FAQ/FAQ.html

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

17-
<P>Last updated: Sat Feb 2 15:34:26 EST 2002</P>
17+
<P>Last updated: Sat Feb 2 16:46:36 EST 2002</P>
1818

1919
<P>Current maintainer: Bruce Momjian (<A href=
2020
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -342,11 +342,16 @@ <H4><A name="1.10">1.10</A>) How can I learn
342342

343343
<P>The PostgreSQL book at <A href=
344344
"http://www.PostgreSQL.org/docs/awbook.html">http://www.PostgreSQL.org/docs/awbook.html</A>
345-
teaches <SMALL>SQL</SMALL>. There is a nice tutorial at <A href=
346-
"http://www.intermedia.net/support/sql/sqltut.shtm">http://www.intermedia.net/support/sql/sqltut.shtm</A>
347-
and at <A href=
345+
teaches <SMALL>SQL</SMALL>. There is another PostgreSQL book at
346+
<A href="http://www.commandprompt.com/ppbook/">
347+
http://www.commandprompt.com/ppbook.</A>
348+
There is a nice tutorial at <A href=
349+
"http://www.intermedia.net/support/sql/sqltut.shtm">http://www.intermedia.net/support/sql/sqltut.shtm,</A>
350+
at <A href=
348351
"http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM">
349-
http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM.</A></P>
352+
http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM,</A>
353+
and at <A href=
354+
"http://sqlcourse.com/">http://sqlcourse.com.</A></P>
350355

351356
<P>Another one is "Teach Yourself SQL in 21 Days, Second Edition"
352357
at <A href=

0 commit comments

Comments
 (0)