diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index 300048d05d021ecdaffd86f5a693555906b10c8a..4f642cf3f3b9e0c670847f2daf716b17f6acb07d 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.21 2005/02/21 02:21:00 neilc Exp $ --> <bibliography id="biblio"> @@ -23,11 +23,11 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp <title><acronym>SQL</acronym> Reference Books</title> <para>Reference texts for <acronym>SQL</acronym> features.</para> - <biblioentry id="BOWMAN93"> + <biblioentry id="BOWMAN01"> <title>The Practical <acronym>SQL</acronym> Handbook</title> - <titleabbrev>Bowman et al, 1996</titleabbrev> - <subtitle>Using Structured Query Language</subtitle> - <edition>Third Edition</edition> + <titleabbrev>Bowman et al, 2001</titleabbrev> + <subtitle>Using SQL Variants</subtitle> + <edition>Fourth Edition</edition> <authorgroup> <author> <firstname>Judith</firstname> @@ -42,14 +42,13 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp <surname>Darnovsky</surname> </author> </authorgroup> - <isbn>0-201-44787-8</isbn> - <pubdate>1996</pubdate> + <isbn>0-201-70309-2</isbn> + <pubdate>2001</pubdate> <publisher> - <publishername>Addison-Wesley</publishername> + <publishername>Addison-Wesley Professional</publishername> </publisher> <copyright> - <year>1996</year> - <holder>Addison-Wesley Longman, Inc.</holder> + <year>2001</year> </copyright> </biblioentry> @@ -79,30 +78,30 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp </copyright> </biblioentry> - <biblioentry id="DATE94"> + <biblioentry id="DATE04"> <title>An Introduction to Database Systems</title> - <titleabbrev>Date, 1994</titleabbrev> - <edition>Sixth Edition</edition> + <titleabbrev>Date, 2004</titleabbrev> + <edition>Eighth Edition</edition> <authorgroup> <author> <firstname>C. J.</firstname> <surname>Date</surname> </author> </authorgroup> - <volumenum>Volume 1</volumenum> - <pubdate>1994</pubdate> + <isbn>0-321-19784-4</isbn> + <pubdate>2003</pubdate> <publisher> <publishername>Addison-Wesley</publishername> </publisher> <copyright> - <year>1994</year> - <holder>Addison-Wesley Longman, Inc.</holder> + <year>2004</year> + <holder>Pearson Education, Inc.</holder> </copyright> </biblioentry> - <biblioentry id="ELMA99"> + <biblioentry id="ELMA04"> <title>Fundamentals of Database Systems</title> - <edition>3rd Edition</edition> + <edition>Fourth Edition</edition> <authorgroup> <author> <firstname>Ramez</firstname> @@ -113,11 +112,14 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp <surname>Navathe</surname> </author> </authorgroup> - <isbn>0-805-31755-4</isbn> - <pubdate>August 1999</pubdate> + <isbn>0-321-12226-7</isbn> + <pubdate>2003</pubdate> <publisher> <publishername>Addison-Wesley</publishername> </publisher> + <copyright> + <year>2004</year> + </copyright> </biblioentry> <biblioentry id="MELT93"> diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index cb7d2f38d13361525db5851cff7c074835d87281..cf13cf66f0aae58e4c0a9e0ee7600ec5959bb71a 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.28 2005/01/22 22:56:36 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.29 2005/02/21 02:21:00 neilc Exp $ Genetic Optimizer --> @@ -302,7 +302,7 @@ Genetic Optimizer <listitem> <para> - <xref linkend="ELMA99"> + <xref linkend="ELMA04"> </para> </listitem> diff --git a/doc/src/sgml/sql.sgml b/doc/src/sgml/sql.sgml index b85820c8b104f49f6b453866f22cd42f7a3bfd59..5ca4e2faca68415ec4ada835d5885bb9acec3ae0 100644 --- a/doc/src/sgml/sql.sgml +++ b/doc/src/sgml/sql.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/sql.sgml,v 1.34 2005/01/22 22:56:36 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/sql.sgml,v 1.35 2005/02/21 02:21:03 neilc Exp $ --> <chapter id="sql-intro"> @@ -647,7 +647,7 @@ R: S: <para> For a more detailed description and definition of the relational algebra refer to [<xref linkend="ULL88" endterm="ULL88">] or - [<xref linkend="DATE94" endterm="DATE94">]. + [<xref linkend="DATE04" endterm="DATE04">]. </para> <example> @@ -714,7 +714,7 @@ R: S: the one underlying the most relational languages. For a detailed discussion on <acronym>DRC</acronym> (and also <acronym>TRC</acronym>) see - <xref linkend="DATE94" endterm="DATE94"> + <xref linkend="DATE04" endterm="DATE04"> or <xref linkend="ULL88" endterm="ULL88">. </para> @@ -772,7 +772,7 @@ x(A) ∣ F(x) algorithm</quote>) 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 - <xref linkend="DATE94" endterm="DATE94"> + <xref linkend="DATE04" endterm="DATE04"> and <xref linkend="ULL88" endterm="ULL88">. </para> @@ -2076,7 +2076,7 @@ DELETE FROM SUPPLIER <xref linkend="SIM98" endterm="SIM98"> for a more detailed description). For more information about system catalogs refer to - <xref linkend="DATE94" endterm="DATE94">. + <xref linkend="DATE04" endterm="DATE04">. </para> </sect2> @@ -2142,7 +2142,7 @@ DELETE FROM SUPPLIER For a detailed discussion on embedded <acronym>SQL</acronym> refer to <xref linkend="DATE97" endterm="DATE97">, - <xref linkend="DATE94" endterm="DATE94">, + <xref linkend="DATE04" endterm="DATE04">, or <xref linkend="ULL88" endterm="ULL88">. </para>