1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

We don't put URL's in ulink's because the URL is always generated, but

we can put words in ulink and the URL will still be printed.

per Peter
This commit is contained in:
Bruce Momjian
2005-04-09 03:52:43 +00:00
parent badb83f9ec
commit 0e2f88a6d5
19 changed files with 161 additions and 146 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.16 2005/03/31 03:54:38 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.17 2005/04/09 03:52:43 momjian Exp $
-->
<chapter id="GiST">
@ -31,14 +31,15 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.16 2005/03/31 03:54:38 momjian Exp
<para>
Some of the information here is derived from the University of California at
Berkeley's GiST Indexing Project web site, <ulink
url="http://gist.cs.berkeley.edu/"></ulink>, and Marcel Kornacker's
thesis, Access Methods for Next-Generation Database Systems,
<ulink url="http://citeseer.nj.nec.com/448594.html"></ulink>. The <acronym>GiST</acronym>
Berkeley's GiST Indexing Project<ulink
url="http://gist.cs.berkeley.edu/">web site</ulink> and
<ulink url="http://citeseer.nj.nec.com/448594.html">
Marcel Kornacker's thesis, Access Methods for Next-Generation Database Systems
</ulink>. The <acronym>GiST</acronym>
implementation in <productname>PostgreSQL</productname> is primarily
maintained by Teodor Sigaev and Oleg Bartunov, and there is more
information on their website: <ulink
url="http://www.sai.msu.su/~megera/postgres/gist/"></>.
information on their<ulink url="http://www.sai.msu.su/~megera/postgres/gist/">
website</ulink>.
</para>
</sect1>