Updates to the bibliography. Patch from Michael Fuhr.
authorNeil Conway
Mon, 21 Feb 2005 02:21:03 +0000 (02:21 +0000)
committerNeil Conway
Mon, 21 Feb 2005 02:21:03 +0000 (02:21 +0000)
doc/src/sgml/biblio.sgml
doc/src/sgml/geqo.sgml
doc/src/sgml/sql.sgml

index 300048d05d021ecdaffd86f5a693555906b10c8a..4f642cf3f3b9e0c670847f2daf716b17f6acb07d 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -23,11 +23,11 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp
    <acronym>SQL</acronym> Reference Books
    Reference texts for SQL features.
 
-   93">
+   01">
     The Practical <acronym>SQL</acronym> Handbook
-    Bowman et al, 1996
-    Using Structured Query Language
-    Third Edition
+    Bowman et al, 2001
+    Using SQL Variants
+    Fourth Edition
     
      
       Judith
@@ -42,14 +42,13 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp
       Darnovsky
      
     
-    0-201-44787-8
-    1996
+    0-201-70309-2
+    2001
     
-     Addison-Wesley
+     Addison-Wesley Professional
     
     
-     1996
-     Addison-Wesley Longman, Inc.
+     2001
     
    
 
@@ -79,30 +78,30 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp
     
    
 
-   94">
+   04">
     An Introduction to Database Systems
-    Date, 1994
-    Sixth Edition
+    Date, 2004
+    Eighth Edition
     
      
       C. J.
       Date
      
     
-    <volumenum>Volume 1>
-    1994
+    <isbn>0-321-19784-4>
+    2003
     
      Addison-Wesley
     
     
-     1994
-     Addison-Wesley Longman, Inc.
+     2004
+     Pearson Education, Inc.
     
    
 
-  99">
+  04">
    Fundamentals of Database Systems
-   3rd Edition
+   Fourth Edition
    
     
      Ramez
@@ -113,11 +112,14 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp
      Navathe
     
    
-   0-805-31755-4
-   August 1999
+   0-321-12226-7
+   2003
    
     Addison-Wesley
    
+   
+    2004
+   
   
 
    
index cb7d2f38d13361525db5851cff7c074835d87281..cf13cf66f0aae58e4c0a9e0ee7600ec5959bb71a 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -302,7 +302,7 @@ Genetic Optimizer
 
     
      
-      99">
+      04">
      
     
 
index b85820c8b104f49f6b453866f22cd42f7a3bfd59..5ca4e2faca68415ec4ada835d5885bb9acec3ae0 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -647,7 +647,7 @@ R:                    S:
     
      For a more detailed description and definition of the relational
      algebra refer to [] or
-     [94" endterm="DATE94">].
+     [04" endterm="DATE04">].
     
 
     
@@ -714,7 +714,7 @@ R:                    S:
      the one underlying the most relational languages. For a detailed
      discussion on DRC (and also
      TRC) see
-     94" endterm="DATE94">
+     04" endterm="DATE04">
      or
      .
     
@@ -772,7 +772,7 @@ x(A) ∣ F(x)
      algorithm) by which an arbitrary expression of the relational
      calculus can be reduced to a semantically equivalent expression of
      relational algebra. For a more detailed discussion on that refer to
-     94" endterm="DATE94">
+     04" endterm="DATE04">
      and
      .
     
@@ -2076,7 +2076,7 @@ DELETE FROM SUPPLIER
      
      for a more detailed
      description). For more information about system catalogs refer to
-     94" endterm="DATE94">.
+     04" endterm="DATE04">.
     
    
 
@@ -2142,7 +2142,7 @@ DELETE FROM SUPPLIER
      For a detailed discussion on embedded SQL
      refer to
      ,
-     94" endterm="DATE94">,
+     04" endterm="DATE04">,
      or
      .