root/traduc/trunk/postgresql/biblio.xml

Revision 973, 15.5 kB (checked in by gleu, 8 months ago)

L'encodage indique dans les fichiers XML devient iso-8859-15 (latin9 donc) au lieu du vieux et obsolète iso-8859-1, pour autoriser des caractères
comme œ et le symbole euro.
La génération de la documentation utilise maintenant recode pour transformer le latin9 en utf8 car tidy (utilisé dans l'étape qui suit) ne reconnaît
pas le latin9... d'où les problèmes de visualisation des caractères spécifiques au latin9. Du coup, la configuration de tidy est modifiée pour qu'il
sache qu'il utilise des fichiers en utf8 et qu'il doit créer des fichiers dans ce même encodage.

Seules les versions XML sont modifiées car ce sont (à mon souvenir) les seules à utiliser ce type de caractères.

  • Property svn:keywords set to Date Author Revision
Line 
1 <?xml version="1.0" encoding="ISO-8859-15"?>
2 <!-- Dernière modification
3      le       $Date$
4      par      $Author$
5      révision $Revision$ -->
6 <!-- SAS : 20070314 -->
7
8  <bibliography id="biblio">
9   <title>Bibliographie</title>
10
11   <para>
12    Références sélectionnées et lectures autour du <acronym>SQL</acronym>
13    et de <productname>PostgreSQL</productname>.
14   </para>
15
16   <para>
17    Quelques livres blancs et rapports techniques réalisés par l'équipe d'origine de
18    développement de <productname>POSTGRES</productname> sont
19    disponibles sur le
20    <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/">
21     site web</ulink> du département des sciences informatiques de l'université
22    de Californie
23   </para>
24
25   <bibliodiv>
26    <title>Livres de référence sur <acronym>SQL</acronym></title>
27    <para>Textes de référence sur les fonctionnalités de <acronym>SQL</acronym>.</para>
28
29    <biblioentry id="bowman01">
30     <title>The Practical <acronym>SQL</acronym> Handbook</title>
31     <titleabbrev>Bowman et al, 2001</titleabbrev>
32     <subtitle>Using SQL Variants</subtitle>
33     <edition>Fourth Edition</edition>
34     <authorgroup>
35      <author>
36       <firstname>Judith</firstname>
37       <surname>Bowman</surname>
38      </author>
39      <author>
40       <firstname>Sandra</firstname>
41       <surname>Emerson</surname>
42      </author>
43      <author>
44       <firstname>Marcy</firstname>
45       <surname>Darnovsky</surname>
46      </author>
47     </authorgroup>
48     <isbn>0-201-70309-2</isbn>
49     <pubdate>2001</pubdate>
50     <publisher>
51      <publishername>Addison-Wesley Professional</publishername>
52     </publisher>
53     <copyright>
54      <year>2001</year>
55      <holder>Addison-Wesley Longman, Inc.</holder>
56     </copyright>
57    </biblioentry>
58
59    <biblioentry id="date97">
60     <title>A Guide to the <acronym>SQL</acronym> Standard</title>
61     <titleabbrev>Date and Darwen, 1997</titleabbrev>
62     <subtitle>A user's guide to the standard database language <acronym>SQL</acronym></subtitle>
63     <edition>Fourth Edition</edition>
64     <authorgroup>
65      <author>
66       <firstname>C. J.</firstname>
67       <surname>Date</surname>
68      </author>
69      <author>
70       <firstname>Hugh</firstname>
71       <surname>Darwen</surname>
72      </author>
73     </authorgroup>
74     <isbn>0-201-96426-0</isbn>
75     <pubdate>1997</pubdate>
76     <publisher>
77      <publishername>Addison-Wesley</publishername>
78     </publisher>
79     <copyright>
80      <year>1997</year>
81      <holder>Addison-Wesley Longman, Inc.</holder>
82     </copyright>
83    </biblioentry>
84
85    <biblioentry id="date04">
86     <title>An Introduction to Database Systems</title>
87     <titleabbrev>Date, 2004</titleabbrev>
88     <edition>Eighth Edition</edition>
89     <authorgroup>
90      <author>
91       <firstname>C. J.</firstname>
92       <surname>Date</surname>
93      </author>
94     </authorgroup>
95     <isbn>0-321-19784-4</isbn>
96     <pubdate>2003</pubdate>
97     <publisher>
98      <publishername>Addison-Wesley</publishername>
99     </publisher>
100     <copyright>
101      <year>2004</year>
102      <holder>Pearson Education, Inc.</holder>
103     </copyright>
104    </biblioentry>
105
106   <biblioentry id="elma04">
107    <title>Fundamentals of Database Systems</title>
108    <edition>Fourth Edition</edition>
109    <authorgroup>
110     <author>
111      <firstname>Ramez</firstname>
112      <surname>Elmasri</surname>
113     </author>
114     <author>
115      <firstname>Shamkant</firstname>
116      <surname>Navathe</surname>
117     </author>
118    </authorgroup>
119    <isbn>0-321-12226-7</isbn>
120    <pubdate>2003</pubdate>
121    <publisher>
122     <publishername>Addison-Wesley</publishername>
123    </publisher>
124    <copyright>
125     <year>2004</year>
126    </copyright>
127   </biblioentry>
128
129    <biblioentry id="melt93">
130     <title>Understanding the New <acronym>SQL</acronym></title>
131     <titleabbrev>Melton and Simon, 1993</titleabbrev>
132     <subtitle>A complete guide</subtitle>
133     <authorgroup>
134      <author>
135       <firstname>Jim</firstname>
136       <surname>Melton</surname>
137      </author>
138      <author>
139       <firstname>Alan R.</firstname>
140       <surname>Simon</surname>
141      </author>
142     </authorgroup>
143     <isbn>1-55860-245-3</isbn>
144     <pubdate>1993</pubdate>
145     <publisher>
146      <publishername>Morgan Kaufmann</publishername>
147     </publisher>
148     <copyright>
149      <year>1993</year>
150      <holder>Morgan Kaufmann Publishers, Inc.</holder>
151     </copyright>
152    </biblioentry>
153
154    <biblioentry id="ull88">
155     <title>Principles of Database and Knowledge</title>
156     <subtitle>Base Systems</subtitle>
157     <titleabbrev>Ullman, 1988</titleabbrev>
158     <authorgroup>
159      <author>
160       <firstname>Jeffrey D.</firstname>
161       <surname>Ullman</surname>
162      </author>
163     </authorgroup>
164     <volumenum>Volume 1</volumenum>
165     <publisher>
166      <publishername>Computer Science Press</publishername>
167     </publisher>
168     <pubdate>1988</pubdate>
169    </biblioentry>
170
171   </bibliodiv>
172
173   <bibliodiv>
174    <title>Documentation spécifique sur PostgreSQL</title>
175    <para>Cette section concerne la documentation relative à PostgreSQL.</para>
176
177    <biblioentry id="sim98">
178     <title>Enhancement of the ANSI SQL Implementation of PostgreSQL</title>
179     <titleabbrev>Simkovics, 1998</titleabbrev>
180     <authorgroup>
181      <author>
182       <firstname>Stefan</firstname>
183       <surname>Simkovics</surname>
184 <!--
185 Paul-Peters-Gasse 36
186 2384 Breitenfurt
187 AUSTRIA
188 ssimkovi@ag.or.at
189 -->
190      </author>
191     </authorgroup>
192 <!--
193     <othercredit>
194      <contrib>
195       with support by
196      </contrib>
197      <honorific>O. Univ. Prof. Dr.</honorific>
198      <firstname>Georg</firstname>
199      <surname>Gottlob</surname>
200      <honorific>Univ. Ass. Mag.</honorific>
201      <firstname>Katrin</firstname>
202      <surname>Seyr</surname>
203     </othercredit>
204 -->
205     <abstract>
206      <para>
207       Discute de l'histoire et de la syntaxe de SQL, et décrit les ajouts des
208       constructions <literal>INTERSECT</literal> et <literal>EXCEPT</literal> dans
209       <productname>PostgreSQL</productname>. Rapport de thèse de mastère écrit avec le
210       concours du professeur des universités Georg Gottlob et de son assistante
211       Katrin Seyr à l'université de technologie de Vienne.
212      </para>
213     </abstract>
214
215     <pubdate>29 novembre 1998</pubdate>
216     <publisher>
217      <publishername>Département des systèmes d'informations, université de
218      technologie de Vienne</publishername>
219      <address>Vienne, Autriche</address>
220     </publisher>
221    </biblioentry>
222
223    <biblioentry id="yu95">
224     <title>The <productname>Postgres95</productname> User Manual</title>
225     <titleabbrev>Yu and Chen, 1995</titleabbrev>
226     <authorgroup>
227      <author>
228       <firstname>A.</firstname>
229       <surname>Yu</surname>
230      </author>
231      <author>
232       <firstname>J.</firstname>
233       <surname>Chen</surname>
234      </author>
235     </authorgroup>
236     <authorgroup>
237      <collab>
238       <collabname>Le groupe POSTGRES</collabname>
239      </collab>
240     </authorgroup>
241
242     <pubdate>5 septembre 1995</pubdate>
243     <publisher>
244      <publishername>Université de Californie</publishername>
245      <address>Berkeley, Californie</address>
246     </publisher>
247    </biblioentry>
248
249   <biblioentry id="fong">
250    <title><ulink
251    url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/UCB-MS-zfong.pdf">The
252    design and implementation of the
253    <productname>POSTGRES</productname> query optimizer</ulink></title>
254    <author>
255     <firstname>Zelaine</firstname>
256     <surname>Fong</surname>
257    </author>
258    <publisher>
259     <publishername>Université de Californie, Berkeley, département des sciences
260     informatiques</publishername>
261    </publisher>
262   </biblioentry>
263
264   </bibliodiv>
265
266   <bibliodiv>
267    <title>Procédures et articles</title>
268    <para>Cette section recense les articles et brèves.</para>
269    
270    <biblioentry id="olson93">
271     <title>Partial indexing in POSTGRES: research project</title>
272     <titleabbrev>Olson, 1993</titleabbrev>
273     <authorgroup>
274      <author>
275       <firstname>Nels</firstname>
276       <surname>Olson</surname>
277      </author>
278     </authorgroup>
279     <pubdate>1993</pubdate>
280     <pubsnumber>UCB Engin T7.49.1993 O676</pubsnumber>
281     <publisher>
282      <publishername>Université de Californie</publishername>
283      <address>Berkeley, Californie</address>
284     </publisher>
285    </biblioentry>
286
287    <biblioentry>
288    <biblioset id="ong90" relation="article">
289     <title>A Unified Framework for Version Modeling Using Production Rules in a Database System</title>
290     <titleabbrev>Ong and Goh, 1990</titleabbrev>
291     <authorgroup>
292      <author>
293       <firstname>L.</firstname>
294       <surname>Ong</surname>
295      </author>
296      <author>
297       <firstname>J.</firstname>
298       <surname>Goh</surname>
299      </author>
300     </authorgroup>
301    </biblioset>
302    <biblioset relation="journal">
303     <title>ERL Technical Memorandum M90/33</title>
304     <pubdate>Avril 1990</pubdate>
305     <publisher>
306      <publishername>Université de Californie</publishername>
307      <address>Berkely, Californie</address>
308     </publisher>
309    </biblioset>
310    </biblioentry>
311
312    <biblioentry>
313    <biblioset id="rowe87" relation="article">
314     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-13.pdf">The <productname>POSTGRES</productname> data model</ulink></title>
315     <titleabbrev>Rowe and Stonebraker, 1987</titleabbrev>
316     <authorgroup>
317      <author>
318       <firstname>L.</firstname>
319       <surname>Rowe</surname>
320      </author>
321      <author>
322       <firstname>M.</firstname>
323       <surname>Stonebraker</surname>
324      </author>
325     </authorgroup>
326     </biblioset>
327     <confgroup>
328      <conftitle>VLDB Conference</conftitle>
329      <confdates>Septembre 1987</confdates>
330      <address>Brighton, Angleterre</address>
331     </confgroup>
332    </biblioentry>
333
334    <biblioentry>
335    <biblioset id="seshadri95" relation="article">
336     <title>Generalized Partial Indexes
337     <ulink url="http://citeseer.ist.psu.edu/seshadri95generalized.html">(version en cache)
338 <!--
339      Original URL:  http://citeseer.ist.psu.edu/seshadri95generalized.html
340 -->
341     </ulink>
342     </title>
343     <titleabbrev>Seshardri, 1995</titleabbrev>
344     <authorgroup>
345      <author>
346       <firstname>P.</firstname>
347       <surname>Seshadri</surname>
348      </author>
349      <author>
350       <firstname>A.</firstname>
351       <surname>Swami</surname>
352      </author>
353     </authorgroup>
354    </biblioset>
355     <confgroup>
356      <conftitle>Eleventh International Conference on Data Engineering</conftitle>
357      <confdates>6-10 mars 1995</confdates>
358      <address>Taipeh, Taiwan</address>
359     </confgroup>
360     <pubdate>1995</pubdate>
361     <pubsnumber>Cat. No.95CH35724</pubsnumber>
362     <publisher>
363      <publishername>IEEE Computer Society Press</publishername>
364      <address>Los Alamitos, Californie</address>
365     </publisher>
366     <pagenums>420-7</pagenums>
367    </biblioentry>
368
369    <biblioentry>
370    <biblioset id="ston86" relation="article">
371     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M85-95.pdf">The design of <productname>POSTGRES</productname></ulink></title>
372     <titleabbrev>Stonebraker and Rowe, 1986</titleabbrev>
373     <authorgroup>
374      <author>
375       <firstname>M.</firstname>
376       <surname>Stonebraker</surname>
377      </author>
378      <author>
379       <firstname>L.</firstname>
380       <surname>Rowe</surname>
381      </author>
382     </authorgroup>
383    </biblioset>
384     <confgroup>
385      <conftitle>ACM-SIGMOD Conference on Management of Data</conftitle>
386      <confdates>Mai 1986</confdates>
387      <address>Washington, DC</address>
388     </confgroup>
389    </biblioentry>
390
391    <biblioentry>
392    <biblioset id="ston87a" relation="article">
393     <title>The design of the <productname>POSTGRES</productname> rules system</title>
394     <titleabbrev>Stonebraker, Hanson, Hong, 1987</titleabbrev>
395     <authorgroup>
396      <author>
397       <firstname>M.</firstname>
398       <surname>Stonebraker</surname>
399      </author>
400      <author>
401       <firstname>E.</firstname>
402       <surname>Hanson</surname>
403      </author>
404      <author>
405       <firstname>C. H.</firstname>
406       <surname>Hong</surname>
407      </author>
408     </authorgroup>
409    </biblioset>
410     <confgroup>
411      <conftitle>IEEE Conference on Data Engineering</conftitle>
412      <confdates>Février 1987</confdates>
413      <address>Los Angeles, Californie</address>
414     </confgroup>
415    </biblioentry>
416
417    <biblioentry>
418    <biblioset id="ston87b" relation="article">
419     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-06.pdf">The design of the <productname>POSTGRES</productname> storage system</ulink></title>
420     <titleabbrev>Stonebraker, 1987</titleabbrev>
421     <authorgroup>
422      <author>
423       <firstname>M.</firstname>
424       <surname>Stonebraker</surname>
425      </author>
426     </authorgroup>
427    </biblioset>
428     <confgroup>
429      <conftitle>VLDB Conference</conftitle>
430      <confdates>Septembre 1987</confdates>
431      <address>Brighton, Angleterre</address>
432     </confgroup>
433    </biblioentry>
434
435    <biblioentry>
436    <biblioset id="ston89" relation="article">
437     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-82.pdf">A commentary on the <productname>POSTGRES</productname> rules system</ulink></title>
438     <titleabbrev>Stonebraker et al, 1989</titleabbrev>
439     <authorgroup>
440      <author>
441       <firstname>M.</firstname>
442       <surname>Stonebraker</surname>
443      </author>
444      <author>
445       <firstname>M.</firstname>
446       <surname>Hearst</surname>
447      </author>
448      <author>
449       <firstname>S.</firstname>
450       <surname>Potamianos</surname>
451      </author>
452     </authorgroup>
453    </biblioset>
454    <biblioset relation="journal">
455     <title>SIGMOD Record 18(3)</title>
456     <date>Septembre 1989</date>
457    </biblioset>
458    </biblioentry>
459
460    <biblioentry>
461    <biblioset id="ston89b" relation="article">
462     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-17.pdf">The case for partial indexes</ulink></title>
463     <titleabbrev>Stonebraker, M, 1989b</titleabbrev>
464     <authorgroup>
465      <author>
466       <firstname>M.</firstname>
467       <surname>Stonebraker</surname>
468      </author>
469     </authorgroup>
470    </biblioset>
471    <biblioset relation="journal">
472     <title>SIGMOD Record 18(4)</title>
473     <pagenums>4-11</pagenums>
474     <date>Décembre 1989</date>
475    </biblioset>
476    </biblioentry>
477
478    <biblioentry>
479    <biblioset id="ston90a" relation="article">
480     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-34.pdf">The implementation of <productname>POSTGRES</productname></ulink></title>
481     <titleabbrev>Stonebraker, Rowe, Hirohama, 1990</titleabbrev>
482     <authorgroup>
483      <author>
484       <firstname>M.</firstname>
485       <surname>Stonebraker</surname>
486      </author>
487      <author>
488       <firstname>L. A.</firstname>
489       <surname>Rowe</surname>
490      </author>
491      <author>
492       <firstname>M.</firstname>
493       <surname>Hirohama</surname>
494      </author>
495     </authorgroup>
496    </biblioset>
497    <biblioset relation="journal">
498     <title>Transactions on Knowledge and Data Engineering 2(1)</title>
499     <publisher>
500      <publishername>IEEE</publishername>
501     </publisher>
502     <date>Mars 1990</date>
503    </biblioset>
504    </biblioentry>
505
506    <biblioentry>
507    <biblioset id="ston90b" relation="article">
508     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-36.pdf">On Rules, Procedures, Caching and Views in Database Systems</ulink></title>
509     <titleabbrev>Stonebraker et al, ACM, 1990</titleabbrev>
510     <authorgroup>
511      <author>
512       <firstname>M.</firstname>
513       <surname>Stonebraker</surname>
514      </author>
515      <author>
516       <firstname>A.</firstname>
517       <surname>Jhingran</surname>
518      </author>
519      <author>
520       <firstname>J.</firstname>
521       <surname>Goh</surname>
522      </author>
523      <author>
524       <firstname>S.</firstname>
525       <surname>Potamianos</surname>
526      </author>
527     </authorgroup>
528    </biblioset>
529     <confgroup>
530      <conftitle>ACM-SIGMOD Conference on Management of Data</conftitle>
531      <confdates>Juin 1990</confdates>
532     </confgroup>
533    </biblioentry>
534
535   </bibliodiv>
536  </bibliography>
Note: See TracBrowser for help on using the browser.