Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 21E516506C8 for ; Mon, 14 Jul 2008 16:34:54 -0300 (ADT) Received: from postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 35886-03-4 for ; Mon, 14 Jul 2008 16:34:38 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id A8C5F6506F1 for ; Mon, 14 Jul 2008 16:34:32 -0300 (ADT) Received: from perhan.alvh.no-ip.org (190-95-31-93.bk17-dsl.surnet.cl [190.95.31.93]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m6EJacNI011134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Jul 2008 12:36:42 -0700 Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 37D4E47C83; Mon, 14 Jul 2008 15:34:21 -0400 (CLT) Date: Mon, 14 Jul 2008 15:34:21 -0400 From: Alvaro Herrera To: Tom Lane Cc: Bruce Momjian , PostgreSQL www Subject: Re: Problem with archives search Message-ID: <20080714193421.GI4050@alvh.no-ip.org> References: <20080714182350.GG4050@alvh.no-ip.org> <200807141841.m6EIf8i28126@momjian.us> <20080714184951.GH4050@alvh.no-ip.org> <396.1216062992@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <396.1216062992@sss.pgh.pa.us> User-Agent: Mutt/1.5.18 (2008-05-17) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Mon, 14 Jul 2008 12:36:42 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200807/80 X-Sequence-Number: 15510 Tom Lane wrote: > Alvaro Herrera writes: > > Bruce Momjian wrote: > >> OK, please remind me how to grab it by message id. > > > archives.postgresql.org/message-id/ > > [ I fear I'm exposing my lack of HTML-fu here ] > > I'd like to be able to paste a message ID into a form on my home page > and end up at the correct URL, but the only way I know to do that > involves
which insists on sticking "?fieldname=" > in there somewhere. Is there another simple way, or do we have an > alternate portal that handles URLs of that format? Hmm, I'm not very much versed in HTML either. What I did was create a "smart bookmark" in my browser that allows me to paste the message-id and then select "Pgsql Message by ID" from a dropdown list of actions (other actions being search in Google, search.postgresql.org, Merriam-Webster, etc). Would that work for you? Another way could be to create a small program that takes http://sss.pgh.pa.us/foo?message-id=whatever@momjian.us and redirects to http://archives.postgresql.org/message-id/whatever@momjian.us Maybe there are better ways. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support