diff options
author | Tom Lane | 2008-07-22 22:05:24 +0000 |
---|---|---|
committer | Tom Lane | 2008-07-22 22:05:24 +0000 |
commit | 64d84adf030a3d470e9329bf86909aa8ab68898f (patch) | |
tree | cc5099a9b824988b4f4332fff3b2da3acc7e213e | |
parent | 0d09688f880d245ffb9a4618ee4468b9f4fbc3e6 (diff) |
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 961451f714a..c28195af994 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.15 2008/05/16 16:31:01 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.16 2008/07/22 22:05:24 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> |