1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Update link to Oleg and Teodor's GIN page.

(Extracted from fast-insert patch, since it ought to be back-patched)
This commit is contained in:
Tom Lane 2008-07-22 22:05:42 +00:00
parent 9f66d5273b
commit 32e409ba8a

View File

@ -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"> <chapter id="GIN">
<title>GIN Indexes</title> <title>GIN Indexes</title>
@ -37,7 +37,7 @@
implementation in <productname>PostgreSQL</productname> is primarily implementation in <productname>PostgreSQL</productname> is primarily
maintained by Teodor Sigaev and Oleg Bartunov. There is more maintained by Teodor Sigaev and Oleg Bartunov. There is more
information about <acronym>GIN</acronym> on their 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> </para>
</sect1> </sect1>