|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.19 2005/06/20 14:53:32 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.20 2005/06/29 01:23:49 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="GiST">
|
@@ -31,15 +31,15 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.19 2005/06/20 14:53:32 tgl Exp $
|
31 | 31 |
|
32 | 32 | <para>
|
33 | 33 | Some of the information here is derived from the University of California at
|
34 |
| - Berkeley's GiST Indexing Project<ulink |
35 |
| - url="http://gist.cs.berkeley.edu/">web site</ulink> and |
| 34 | + Berkeley's GiST Indexing Project |
| 35 | +<ulinkurl="http://gist.cs.berkeley.edu/">web site</ulink> and |
36 | 36 | <ulink url="http://citeseer.nj.nec.com/448594.html">
|
37 |
| - Marcel Kornacker's thesis, Access Methods for Next-Generation Database Systems |
38 |
| -</ulink>.The <acronym>GiST</acronym> |
| 37 | + Marcel Kornacker's thesis, Access Methods for Next-Generation Database Systems</ulink>. |
| 38 | + The <acronym>GiST</acronym> |
39 | 39 | implementation in <productname>PostgreSQL</productname> is primarily
|
40 | 40 | maintained by Teodor Sigaev and Oleg Bartunov, and there is more
|
41 |
| - information on their<ulink url="http://www.sai.msu.su/~megera/postgres/gist/"> |
42 |
| - website</ulink>. |
| 41 | + information on their |
| 42 | +<ulink url="http://www.sai.msu.su/~megera/postgres/gist/">website</ulink>. |
43 | 43 | </para>
|
44 | 44 |
|
45 | 45 | </sect1>
|
|