diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-08-23 00:09:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-08-23 00:09:34 +0000 |
commit | ef74900704597dfbfc55bb509844a25481eedc4c (patch) | |
tree | 0a6a9753871d57841438cfcb09deb40684265da7 /doc/FAQ_DEV | |
parent | d09753421954c601c9d73b7a0f4a3e9c637c9a0b (diff) | |
download | postgresql-ef74900704597dfbfc55bb509844a25481eedc4c.tar.gz postgresql-ef74900704597dfbfc55bb509844a25481eedc4c.zip |
Add book to FAQ_DEV:
Transactional Information Systems by Gerhard Weikum, Kaufmann
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 79b89ef47c1..248ae4b805d 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Tue Jul 17 01:03:37 EDT 2007 + Last updated: Wed Aug 22 20:09:21 EDT 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -339,11 +339,13 @@ General Questions 1.11) What books are good for developers? - I have four good books, An Introduction to Database Systems, by C.J. - Date, Addison, Wesley, A Guide to the SQL Standard, by C.J. Date, et. - al, Addison, Wesley, Fundamentals of Database Systems, by Elmasri and - Navathe, and Transaction Processing, by Jim Gray, Morgan, Kaufmann - + There are five good books: + * An Introduction to Database Systems, by C.J. Date, Addison, Wesley + * A Guide to the SQL Standard, by C.J. Date, et. al, Addison, Wesley + * Fundamentals of Database Systems, by Elmasri and Navathe + * Transaction Processing, by Jim Gray, Morgan, Kaufmann + * Transactional Information Systems by by Gerhard Weikum, Kaufmann + 1.12) What is configure all about? The files configure and configure.in are part of the GNU autoconf |