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/src/FAQ/FAQ_DEV.html | |
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/src/FAQ/FAQ_DEV.html')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index c88c01965e6..e4189a4bdf2 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Tue Jul 17 01:03:37 EDT 2007</P> + <P>Last updated: Wed Aug 22 20:09:21 EDT 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR> @@ -428,12 +428,16 @@ <H3 id="item1.11">1.11) What books are good for developers?</H3> - <P>I have four good books, <I>An Introduction to Database - Systems,</I> by C.J. Date, Addison, Wesley, <I>A Guide to the SQL - Standard,</I> by C.J. Date, et. al, Addison, Wesley, - <I>Fundamentals of Database Systems,</I> by Elmasri and Navathe, - and <I>Transaction Processing,</I> by Jim Gray, Morgan, - Kaufmann</P> + <P>There are five good books: + + <UL> + <LI><I>An Introduction to Database Systems,</I> by C.J. Date, Addison, Wesley</LI> + <LI><I>A Guide to the SQL Standard,</I> by C.J. Date, et. al, Addison, Wesley</LI> + <LI><I>Fundamentals of Database Systems,</I> by Elmasri and Navathe</LI> + <LI><I>Transaction Processing,</I> by Jim Gray, Morgan, Kaufmann</LI> + <LI><I>Transactional Information Systems</I> by by Gerhard Weikum, Kaufmann</LI> + </UL + </P> <H3 id="item1.12">1.12) What is configure all about?</H3> |