diff options
author | Tom Lane | 2005-10-21 13:59:05 +0000 |
---|---|---|
committer | Tom Lane | 2005-10-21 13:59:05 +0000 |
commit | 7a4de36939089a5b1f5abb18690503f32b40ff22 (patch) | |
tree | eaf9d1ce04b395b4ec61703184b646d10cec8789 | |
parent | bf31d79b9b02eb091d7a8d82837301867d1ee0fd (diff) |
Update obsolete URL, per Chris.
-rw-r--r-- | doc/src/sgml/gist.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index 53e31a52dd..42dd508e3a 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -33,7 +33,7 @@ $PostgreSQL$ 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 |