diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-07-22 22:05:42 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-07-22 22:05:42 +0000 |
commit | 32e409ba8ab0a98cedf81d0f85d7752fe86890e4 (patch) | |
tree | 81d48c330e1240fb6c6342d4a0e9b854a4d73f50 | |
parent | 9f66d5273bbd1ac60c5e72d6b1add635c04e9317 (diff) | |
download | postgresql-32e409ba8ab0a98cedf81d0f85d7752fe86890e4.tar.gz postgresql-32e409ba8ab0a98cedf81d0f85d7752fe86890e4.zip |
Update link to Oleg and Teodor's GIN page.
(Extracted from fast-insert patch, since it ought to be back-patched)
-rw-r--r-- | doc/src/sgml/gin.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index c2bbad42bfa..8cd884c136c 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.7 2006/12/01 23:46:46 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.7.2.1 2008/07/22 22:05:42 tgl Exp $ --> <chapter id="GIN"> <title>GIN Indexes</title> @@ -37,7 +37,7 @@ implementation in <productname>PostgreSQL</productname> is primarily maintained by Teodor Sigaev and Oleg Bartunov. There is more information about <acronym>GIN</acronym> on their - <ulink url="http://www.sai.msu.su/~megera/oddmuse/index.cgi/Gin">website</ulink>. + <ulink url="http://www.sai.msu.su/~megera/wiki/Gin">website</ulink>. </para> </sect1> |