diff options
author | Bruce Momjian | 2008-08-16 00:32:36 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-08-16 00:32:36 +0000 |
commit | 10c935527eb3fd550184f1d51f73a8728d288cda (patch) | |
tree | 3766be2235653dea55178e69a7542fecc580a756 | |
parent | 21cf022fa9ef657fda580ca0eaf24a99b2a19819 (diff) |
Add new SQL training web site to FAQ:
<LI><A href=
"http://sqlzoo.net">http://sqlzoo.net</A>
</LI>
-rw-r--r-- | doc/FAQ | 3 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 5 |
2 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Wed Jun 25 23:54:14 EDT 2008 + Last updated: Fri Aug 15 20:32:19 EDT 2008 Current maintainer: Bruce Momjian ([email protected]) @@ -286,6 +286,7 @@ * http://sqlcourse.com * http://www.w3schools.com/sql/default.asp * http://mysite.verizon.net/Graeme_Birchall/id1.html + * http://sqlzoo.net 1.12) How do I submit a patch or join the development team? diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 271d55b9d9c..93fe43058fd 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 Jun 25 23:54:14 EDT 2008</P> + <P>Last updated: Fri Aug 15 20:32:19 EDT 2008</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:[email protected]">[email protected]</A>) @@ -376,6 +376,9 @@ <LI><A href= "http://mysite.verizon.net/Graeme_Birchall/id1.html">http://mysite.verizon.net/Graeme_Birchall/id1.html</A> </LI> + <LI><A href= + "http://sqlzoo.net">http://sqlzoo.net</A> + </LI> </UL> <H3 id="item1.12">1.12) How do I submit a patch or join the development |