Improved words spacing.

Victor Y. Yegorov
This commit is contained in:
Bruce Momjian 2005-06-29 01:23:49 +00:00
parent b3d06e5a95
commit 0fc9b26098

View File

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