From 8f9a868b70425c44acde857941588ee1fb035fca Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 22 Jul 2008 22:05:34 +0000 Subject: [PATCH] Update link to Oleg and Teodor's GIN page. (Extracted from fast-insert patch, since it ought to be back-patched) --- doc/src/sgml/gin.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index 1b7f105ac56..0efe9ba1ebf 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -1,4 +1,4 @@ - + GIN Indexes @@ -37,7 +37,7 @@ implementation in PostgreSQL is primarily maintained by Teodor Sigaev and Oleg Bartunov. There is more information about GIN on their - website. + website.