diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-21 20:13:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-21 20:13:39 +0000 |
commit | 7e1de695fe863a1375d178c2fe2b359966a3261b (patch) | |
tree | d6c4e0d46ee526efde2021c4a006864415f5275b /doc/src | |
parent | 170c6760e8f9f3713861f9c85614245cdbbb3ae2 (diff) | |
download | postgresql-7e1de695fe863a1375d178c2fe2b359966a3261b.tar.gz postgresql-7e1de695fe863a1375d178c2fe2b359966a3261b.zip |
Update FAQ.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 2f5cf11f460..eccd0911f2f 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -14,7 +14,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Mon Feb 18 00:08:54 EST 2002</P> + <P>Last updated: Thu Feb 21 15:13:31 EST 2002</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -322,8 +322,14 @@ can also browse the manual online at <A href= "http://www.PostgreSQL.org/users-lounge/docs/">http://www.PostgreSQL.org/users-lounge/docs/</A>.</P> - <P>There is a PostgreSQL book available at <A href= - "http://www.PostgreSQL.org/docs/awbook.html">http://www.PostgreSQL.org/docs/awbook.html</A>.</P> + <P>There are two PostgreSQL books available online at <A href= + "http://www.PostgreSQL.org/docs/awbook.html">http://www.PostgreSQL.org/docs/awbook.html</A> + and <A href= + "http://www.commandprompt.com/ppbook/">http://www.commandprompt.com/ppbook/</A>. + There is a list of PostgreSQL books available for purchase at <A href= + "http://www.postgresql.org/books/index.html">http://www.postgresql.org/books/index.html</A>. + There is also a collection of PostgreSQL technical articles at <A href= + "http://techdocs.postgresql.org/">http://techdocs.postgresql.org/</A>.<P> <P><I>psql</I> has some nice \d commands to show information about types, operators, functions, aggregates, etc.</P> |