Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99bf6a1

Browse files
author
Neil Conway
committed
Updates to the bibliography. Patch from Michael Fuhr.
1 parentf18752d commit99bf6a1

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

‎doc/src/sgml/biblio.sgml

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.21 2005/02/21 02:21:00 neilc Exp $
33
-->
44

55
<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
2323
<title><acronym>SQL</acronym> Reference Books</title>
2424
<para>Reference texts for <acronym>SQL</acronym> features.</para>
2525

26-
<biblioentry id="BOWMAN93">
26+
<biblioentry id="BOWMAN01">
2727
<title>The Practical <acronym>SQL</acronym> Handbook</title>
28-
<titleabbrev>Bowman et al,1996</titleabbrev>
29-
<subtitle>UsingStructured Query Language</subtitle>
30-
<edition>Third Edition</edition>
28+
<titleabbrev>Bowman et al,2001</titleabbrev>
29+
<subtitle>UsingSQL Variants</subtitle>
30+
<edition>Fourth Edition</edition>
3131
<authorgroup>
3232
<author>
3333
<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
4242
<surname>Darnovsky</surname>
4343
</author>
4444
</authorgroup>
45-
<isbn>0-201-44787-8</isbn>
46-
<pubdate>1996</pubdate>
45+
<isbn>0-201-70309-2</isbn>
46+
<pubdate>2001</pubdate>
4747
<publisher>
48-
<publishername>Addison-Wesley</publishername>
48+
<publishername>Addison-Wesley Professional</publishername>
4949
</publisher>
5050
<copyright>
51-
<year>1996</year>
52-
<holder>Addison-Wesley Longman, Inc.</holder>
51+
<year>2001</year>
5352
</copyright>
5453
</biblioentry>
5554

@@ -79,30 +78,30 @@ $PostgreSQL: pgsql/doc/src/sgml/biblio.sgml,v 1.20 2003/11/29 19:51:36 pgsql Exp
7978
</copyright>
8079
</biblioentry>
8180

82-
<biblioentry id="DATE94">
81+
<biblioentry id="DATE04">
8382
<title>An Introduction to Database Systems</title>
84-
<titleabbrev>Date,1994</titleabbrev>
85-
<edition>Sixth Edition</edition>
83+
<titleabbrev>Date,2004</titleabbrev>
84+
<edition>Eighth Edition</edition>
8685
<authorgroup>
8786
<author>
8887
<firstname>C. J.</firstname>
8988
<surname>Date</surname>
9089
</author>
9190
</authorgroup>
92-
<volumenum>Volume 1</volumenum>
93-
<pubdate>1994</pubdate>
91+
<isbn>0-321-19784-4</isbn>
92+
<pubdate>2003</pubdate>
9493
<publisher>
9594
<publishername>Addison-Wesley</publishername>
9695
</publisher>
9796
<copyright>
98-
<year>1994</year>
99-
<holder>Addison-Wesley Longman, Inc.</holder>
97+
<year>2004</year>
98+
<holder>Pearson Education, Inc.</holder>
10099
</copyright>
101100
</biblioentry>
102101

103-
<biblioentry id="ELMA99">
102+
<biblioentry id="ELMA04">
104103
<title>Fundamentals of Database Systems</title>
105-
<edition>3rd Edition</edition>
104+
<edition>Fourth Edition</edition>
106105
<authorgroup>
107106
<author>
108107
<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
113112
<surname>Navathe</surname>
114113
</author>
115114
</authorgroup>
116-
<isbn>0-805-31755-4</isbn>
117-
<pubdate>August 1999</pubdate>
115+
<isbn>0-321-12226-7</isbn>
116+
<pubdate>2003</pubdate>
118117
<publisher>
119118
<publishername>Addison-Wesley</publishername>
120119
</publisher>
120+
<copyright>
121+
<year>2004</year>
122+
</copyright>
121123
</biblioentry>
122124

123125
<biblioentry id="MELT93">

‎doc/src/sgml/geqo.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.28 2005/01/22 22:56:36 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.29 2005/02/21 02:21:00 neilc Exp $
33
Genetic Optimizer
44
-->
55

@@ -302,7 +302,7 @@ Genetic Optimizer
302302

303303
<listitem>
304304
<para>
305-
<xref linkend="ELMA99">
305+
<xref linkend="ELMA04">
306306
</para>
307307
</listitem>
308308

‎doc/src/sgml/sql.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/sql.sgml,v 1.34 2005/01/22 22:56:36 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/sql.sgml,v 1.35 2005/02/21 02:21:03 neilc Exp $
33
-->
44

55
<chapter id="sql-intro">
@@ -647,7 +647,7 @@ R: S:
647647
<para>
648648
For a more detailed description and definition of the relational
649649
algebra refer to [<xref linkend="ULL88" endterm="ULL88">] or
650-
[<xref linkend="DATE94" endterm="DATE94">].
650+
[<xref linkend="DATE04" endterm="DATE04">].
651651
</para>
652652

653653
<example>
@@ -714,7 +714,7 @@ R: S:
714714
the one underlying the most relational languages. For a detailed
715715
discussion on <acronym>DRC</acronym> (and also
716716
<acronym>TRC</acronym>) see
717-
<xref linkend="DATE94" endterm="DATE94">
717+
<xref linkend="DATE04" endterm="DATE04">
718718
or
719719
<xref linkend="ULL88" endterm="ULL88">.
720720
</para>
@@ -772,7 +772,7 @@ x(A) &mid; F(x)
772772
algorithm</quote>) by which an arbitrary expression of the relational
773773
calculus can be reduced to a semantically equivalent expression of
774774
relational algebra. For a more detailed discussion on that refer to
775-
<xref linkend="DATE94" endterm="DATE94">
775+
<xref linkend="DATE04" endterm="DATE04">
776776
and
777777
<xref linkend="ULL88" endterm="ULL88">.
778778
</para>
@@ -2076,7 +2076,7 @@ DELETE FROM SUPPLIER
20762076
<xref linkend="SIM98" endterm="SIM98">
20772077
for a more detailed
20782078
description). For more information about system catalogs refer to
2079-
<xref linkend="DATE94" endterm="DATE94">.
2079+
<xref linkend="DATE04" endterm="DATE04">.
20802080
</para>
20812081
</sect2>
20822082

@@ -2142,7 +2142,7 @@ DELETE FROM SUPPLIER
21422142
For a detailed discussion on embedded <acronym>SQL</acronym>
21432143
refer to
21442144
<xref linkend="DATE97" endterm="DATE97">,
2145-
<xref linkend="DATE94" endterm="DATE94">,
2145+
<xref linkend="DATE04" endterm="DATE04">,
21462146
or
21472147
<xref linkend="ULL88" endterm="ULL88">.
21482148
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp