aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-21 20:13:39 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-21 20:13:39 +0000
commit7e1de695fe863a1375d178c2fe2b359966a3261b (patch)
treed6c4e0d46ee526efde2021c4a006864415f5275b /doc/FAQ
parent170c6760e8f9f3713861f9c85614245cdbbb3ae2 (diff)
downloadpostgresql-7e1de695fe863a1375d178c2fe2b359966a3261b.tar.gz
postgresql-7e1de695fe863a1375d178c2fe2b359966a3261b.zip
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 075bc461d12..65fb6f00733 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Mon Feb 18 00:08:54 EST 2002
+ Last updated: Thu Feb 21 15:13:31 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -248,8 +248,12 @@
browse the manual online at
http://www.PostgreSQL.org/users-lounge/docs/.
- There is a PostgreSQL book available at
- http://www.PostgreSQL.org/docs/awbook.html.
+ There are two PostgreSQL books available online at
+ http://www.PostgreSQL.org/docs/awbook.html and
+ http://www.commandprompt.com/ppbook/. There is a list of PostgreSQL
+ books available for purchase at
+ http://www.postgresql.org/books/index.html. There is also a collection
+ of PostgreSQL technical articles at http://techdocs.postgresql.org/.
psql has some nice \d commands to show information about types,
operators, functions, aggregates, etc.