diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-03-31 03:54:38 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-03-31 03:54:38 +0000 |
| commit | fd977434b36fc3be3276bc20981146592a60bcc3 (patch) | |
| tree | d340bee296d9d04ef63a77b8229ca42948d378a3 /doc/src/sgml/gist.sgml | |
| parent | aeb502346b73153992f491f638d084b7b506dde6 (diff) | |
| download | postgresql-fd977434b36fc3be3276bc20981146592a60bcc3.tar.gz | |
Adjust SGML ulink tags to the URL is always displayed in our printed docs.
Diffstat (limited to 'doc/src/sgml/gist.sgml')
| -rw-r--r-- | doc/src/sgml/gist.sgml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index 584b7be5d8..d9ea80a836 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.15 2005/01/08 22:13:25 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.16 2005/03/31 03:54:38 momjian Exp $ --> <chapter id="GiST"> @@ -30,12 +30,11 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.15 2005/01/08 22:13:25 tgl Exp $ </para> <para> - Some of the information here is derived from <ulink - url="http://gist.cs.berkeley.edu/">the University of California at - Berkeley's GiST Indexing Project web site</ulink> and Marcel Kornacker's - thesis, - <ulink url="http://citeseer.nj.nec.com/448594.html">Access Methods for - Next-Generation Database Systems</ulink>. The <acronym>GiST</acronym> + 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> implementation in <productname>PostgreSQL</productname> is primarily maintained by Teodor Sigaev and Oleg Bartunov, and there is more information on their website: <ulink |
