Add book to FAQ_DEV:
authorBruce Momjian
Thu, 23 Aug 2007 00:09:34 +0000 (00:09 +0000)
committerBruce Momjian
Thu, 23 Aug 2007 00:09:34 +0000 (00:09 +0000)
Transactional Information Systems by Gerhard Weikum, Kaufmann

doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 79b89ef47c1e1e832477e56007810b6d34f33a14..248ae4b805d8028c22a4b83b105721cc871dc59c 100644 (file)
@@ -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 ([email protected])
    
@@ -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
index c88c01965e6594144672c059597873e732654c50..e4189a4bdf2f982d1f95cdb9cb96983aed654c03 100644 (file)
@@ -13,7 +13,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 (

     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?