Updates to the bibliography. Patch from Michael Fuhr.

This commit is contained in:
Neil Conway 2005-02-21 02:21:03 +00:00
parent f18752dab5
commit 99bf6a1634
3 changed files with 31 additions and 29 deletions

View File

@ -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"> <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> <title><acronym>SQL</acronym> Reference Books</title>
<para>Reference texts for <acronym>SQL</acronym> features.</para> <para>Reference texts for <acronym>SQL</acronym> features.</para>
<biblioentry id="BOWMAN93"> <biblioentry id="BOWMAN01">
<title>The Practical <acronym>SQL</acronym> Handbook</title> <title>The Practical <acronym>SQL</acronym> Handbook</title>
<titleabbrev>Bowman et al, 1996</titleabbrev> <titleabbrev>Bowman et al, 2001</titleabbrev>
<subtitle>Using Structured Query Language</subtitle> <subtitle>Using SQL Variants</subtitle>
<edition>Third Edition</edition> <edition>Fourth Edition</edition>
<authorgroup> <authorgroup>
<author> <author>
<firstname>Judith</firstname> <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> <surname>Darnovsky</surname>
</author> </author>
</authorgroup> </authorgroup>
<isbn>0-201-44787-8</isbn> <isbn>0-201-70309-2</isbn>
<pubdate>1996</pubdate> <pubdate>2001</pubdate>
<publisher> <publisher>
<publishername>Addison-Wesley</publishername> <publishername>Addison-Wesley Professional</publishername>
</publisher> </publisher>
<copyright> <copyright>
<year>1996</year> <year>2001</year>
<holder>Addison-Wesley Longman, Inc.</holder>
</copyright> </copyright>
</biblioentry> </biblioentry>
@ -79,30 +78,30 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp
</copyright> </copyright>
</biblioentry> </biblioentry>
<biblioentry id="DATE94"> <biblioentry id="DATE04">
<title>An Introduction to Database Systems</title> <title>An Introduction to Database Systems</title>
<titleabbrev>Date, 1994</titleabbrev> <titleabbrev>Date, 2004</titleabbrev>
<edition>Sixth Edition</edition> <edition>Eighth Edition</edition>
<authorgroup> <authorgroup>
<author> <author>
<firstname>C. J.</firstname> <firstname>C. J.</firstname>
<surname>Date</surname> <surname>Date</surname>
</author> </author>
</authorgroup> </authorgroup>
<volumenum>Volume 1</volumenum> <isbn>0-321-19784-4</isbn>
<pubdate>1994</pubdate> <pubdate>2003</pubdate>
<publisher> <publisher>
<publishername>Addison-Wesley</publishername> <publishername>Addison-Wesley</publishername>
</publisher> </publisher>
<copyright> <copyright>
<year>1994</year> <year>2004</year>
<holder>Addison-Wesley Longman, Inc.</holder> <holder>Pearson Education, Inc.</holder>
</copyright> </copyright>
</biblioentry> </biblioentry>
<biblioentry id="ELMA99"> <biblioentry id="ELMA04">
<title>Fundamentals of Database Systems</title> <title>Fundamentals of Database Systems</title>
<edition>3rd Edition</edition> <edition>Fourth Edition</edition>
<authorgroup> <authorgroup>
<author> <author>
<firstname>Ramez</firstname> <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> <surname>Navathe</surname>
</author> </author>
</authorgroup> </authorgroup>
<isbn>0-805-31755-4</isbn> <isbn>0-321-12226-7</isbn>
<pubdate>August 1999</pubdate> <pubdate>2003</pubdate>
<publisher> <publisher>
<publishername>Addison-Wesley</publishername> <publishername>Addison-Wesley</publishername>
</publisher> </publisher>
<copyright>
<year>2004</year>
</copyright>
</biblioentry> </biblioentry>
<biblioentry id="MELT93"> <biblioentry id="MELT93">

View File

@ -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 Genetic Optimizer
--> -->
@ -302,7 +302,7 @@ Genetic Optimizer
<listitem> <listitem>
<para> <para>
<xref linkend="ELMA99"> <xref linkend="ELMA04">
</para> </para>
</listitem> </listitem>

View File

@ -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"> <chapter id="sql-intro">
@ -647,7 +647,7 @@ R: S:
<para> <para>
For a more detailed description and definition of the relational For a more detailed description and definition of the relational
algebra refer to [<xref linkend="ULL88" endterm="ULL88">] or algebra refer to [<xref linkend="ULL88" endterm="ULL88">] or
[<xref linkend="DATE94" endterm="DATE94">]. [<xref linkend="DATE04" endterm="DATE04">].
</para> </para>
<example> <example>
@ -714,7 +714,7 @@ R: S:
the one underlying the most relational languages. For a detailed the one underlying the most relational languages. For a detailed
discussion on <acronym>DRC</acronym> (and also discussion on <acronym>DRC</acronym> (and also
<acronym>TRC</acronym>) see <acronym>TRC</acronym>) see
<xref linkend="DATE94" endterm="DATE94"> <xref linkend="DATE04" endterm="DATE04">
or or
<xref linkend="ULL88" endterm="ULL88">. <xref linkend="ULL88" endterm="ULL88">.
</para> </para>
@ -772,7 +772,7 @@ x(A) &mid; F(x)
algorithm</quote>) by which an arbitrary expression of the relational algorithm</quote>) by which an arbitrary expression of the relational
calculus can be reduced to a semantically equivalent expression of calculus can be reduced to a semantically equivalent expression of
relational algebra. For a more detailed discussion on that refer to relational algebra. For a more detailed discussion on that refer to
<xref linkend="DATE94" endterm="DATE94"> <xref linkend="DATE04" endterm="DATE04">
and and
<xref linkend="ULL88" endterm="ULL88">. <xref linkend="ULL88" endterm="ULL88">.
</para> </para>
@ -2076,7 +2076,7 @@ DELETE FROM SUPPLIER
<xref linkend="SIM98" endterm="SIM98"> <xref linkend="SIM98" endterm="SIM98">
for a more detailed for a more detailed
description). For more information about system catalogs refer to description). For more information about system catalogs refer to
<xref linkend="DATE94" endterm="DATE94">. <xref linkend="DATE04" endterm="DATE04">.
</para> </para>
</sect2> </sect2>
@ -2142,7 +2142,7 @@ DELETE FROM SUPPLIER
For a detailed discussion on embedded <acronym>SQL</acronym> For a detailed discussion on embedded <acronym>SQL</acronym>
refer to refer to
<xref linkend="DATE97" endterm="DATE97">, <xref linkend="DATE97" endterm="DATE97">,
<xref linkend="DATE94" endterm="DATE94">, <xref linkend="DATE04" endterm="DATE04">,
or or
<xref linkend="ULL88" endterm="ULL88">. <xref linkend="ULL88" endterm="ULL88">.
</para> </para>