Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id DDE19633E27 for ; Fri, 8 May 2009 08:34:34 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 63187-08 for ; Fri, 8 May 2009 08:34:26 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by mail.postgresql.org (Postfix) with ESMTP id 70F72633BB6 for ; Fri, 8 May 2009 08:34:33 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id B47F0DCCA3F; Fri, 8 May 2009 13:34:30 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mha-laptop.hagander.net (Postfix) with ESMTP id 3DC88124346; Fri, 8 May 2009 13:34:30 +0200 (CEST) Message-ID: <4A0418C5.6030401@hagander.net> Date: Fri, 08 May 2009 13:34:29 +0200 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: Alvaro Herrera CC: Tom Lane , =?ISO-8859-1?Q?Robert_Gravsj=F6?= , liuzg4 liuzg4 , "pgsql-docs@postgresql.org" Subject: Re: [GENERAL] how to select temp table References: <4A01CFE8.9010005@blogg.se> <20090506192354.GK4476@alvh.no-ip.org> <20090506192728.GL4476@alvh.no-ip.org> <27338.1241642808@sss.pgh.pa.us> <20090506205307.GM4476@alvh.no-ip.org> <27900.1241644298@sss.pgh.pa.us> <20090506211933.GO4476@alvh.no-ip.org> <4A02E5B2.5030001@hagander.net> <20090507151732.GA3026@alvh.no-ip.org> <6910DBE5-22CE-44EA-913E-F42743BF2516@hagander.net> <20090507152814.GE3026@alvh.no-ip.org> In-Reply-To: <20090507152814.GE3026@alvh.no-ip.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.078 tagged_above=0 required=5 tests=AWL=0.078 X-Spam-Level: X-Archive-Number: 200905/12 X-Sequence-Number: 5173 Alvaro Herrera wrote: > Magnus Hagander escribió: >> On 7 maj 2009, at 17.17, Alvaro Herrera >> wrote: >> >>> Magnus Hagander escribió: >>>> Alvaro Herrera wrote: >>>>> Yeah, perhaps ... I think it should suggest all index entries that >>>>> start with the search string, not necessarily equal. >>>> Uh, I don't think that information is even available at that point. >>>> We >>>> index only the output of the web pages, not the SGML source. >>> AFAIK the search "suggests" stuff from pg_docbot or something similar. >>> That includes index entries. >> The docbot index is completely manually maintained. It never reads >> anything in our documetation. > > So where does the "we suggest this link" data come from? A manually maintained database. That is regularly (as in, has been once) synced over from the IRC bot database. Which is, again, manually maintained by ppl in the irc channel. //Magnus