Received: from localhost (unknown [200.46.204.184]) by developer.postgresql.org (Postfix) with ESMTP id 041C02E0064 for ; Sat, 5 Apr 2008 04:32:51 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 26599-07 for ; Sat, 5 Apr 2008 04:32:27 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by developer.postgresql.org (Postfix) with ESMTP id 3521E2E0046 for ; Sat, 5 Apr 2008 04:32:48 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id 92B3FDCC9E7; Sat, 5 Apr 2008 09:32:46 +0200 (CEST) Message-ID: <47F72B1D.4050905@hagander.net> Date: Sat, 05 Apr 2008 09:32:45 +0200 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: Tom Lane CC: "Marc G. Fournier" , pgsql-www@postgreSQL.org Subject: Re: [HACKERS] Patch queue -> wiki References: <200804050114.m351E6900485@momjian.us> <87abk9dqah.fsf@oxford.xeocode.com> <27307.1207361987@sss.pgh.pa.us> <87wsndc9ij.fsf@oxford.xeocode.com> <29205.1207370427@sss.pgh.pa.us> In-Reply-To: <29205.1207370427@sss.pgh.pa.us> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200804/66 X-Sequence-Number: 14814 Tom Lane wrote: > [ redirected to -www ] > > "Marc G. Fournier" writes: >> - --On Saturday, April 05, 2008 03:37:08 +0100 Gregory Stark >> wrote: >>> It probably would be neat if the email footer thingy added a url to each email >>> it distributed via the lists pointing to the permanent message-id-based url in >>> the archives for that message. Then at least you would have that handy. > >> Actually, I think it was Magnus that asked me about this (or similar) ... I can >> add either an X-header, or something in the body, that includes the Message-Id, >> as ppl desire it ... > > What we need is a link into the archives. At the moment the Message-ID > is useless for that. Is it feasible to make links like > http://archives.postgresql.org/message-id?id=something > work? I'd be a bit worried about scalability myself... Once I clean up my code, we will be having an URL on http://search.postgresql.org that does this. We already index things in a postgresql database there, so it's the best place to stick it. //Magnus