aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-10-21 13:59:05 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-10-21 13:59:05 +0000
commitf8529779ee4debbca36bcf661add73322598b7e2 (patch)
tree1736414da5c5d9c36cc9999a3518d76941620820
parentd6707cb66e2ac0d54e0d4b83ee83ebce1fc73022 (diff)
downloadpostgresql-f8529779ee4debbca36bcf661add73322598b7e2.tar.gz
postgresql-f8529779ee4debbca36bcf661add73322598b7e2.zip
Update obsolete URL, per Chris.
-rw-r--r--doc/src/sgml/gist.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml
index 17b70fd564a..6a1f0a33228 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.22 2005/10/21 01:41:28 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.23 2005/10/21 13:59:05 tgl Exp $
-->
<chapter id="GiST">
@@ -33,7 +33,7 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.22 2005/10/21 01:41:28 tgl Exp $
Some of the information here is derived from the University of California at
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">
+ <ulink url="http://www.sai.msu.su/~megera/postgres/gist/papers/concurrency/access-methods-for-next-generation.pdf.gz">
Marcel Kornacker's thesis, Access Methods for Next-Generation Database Systems</ulink>.
The <acronym>GiST</acronym>
implementation in <productname>PostgreSQL</productname> is primarily