From: Bruce Momjian Date: Sun, 12 Apr 1998 14:17:40 +0000 (+0000) Subject: New book to FAQ. X-Git-Tag: REL6_3_2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66feaefa98ccca0855f4e1637565339b61c0a76c;p=postgresql New book to FAQ. --- diff --git a/src/tools/FAQ_DEV b/src/tools/FAQ_DEV index f44d922b4b..72de67a988 100644 --- a/src/tools/FAQ_DEV +++ b/src/tools/FAQ_DEV @@ -70,9 +70,10 @@ operating system's utility indent. 2) What books are good for developers? -I have two good books, An Introduction to Database Systems, by C.J. Date, -Addison, Wesley and A Guide to the SQL Standard, by C.J. Date, et. al, -Addison, Wesley. +I have three 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, and Transaction Processing: Concepts and Techniques, +by Jim Gray and Andreas Reuter, Morgan, Kaufmann. 3) Why do we use palloc() and pfree() to allocate memory?