pull raw text of a message by message-id - Mailing list pgsql-hackers

From Robert Haas
Subject pull raw text of a message by message-id
Date
Msg-id 603c8f070905202110w66fc3658j3a9d8a4cb48d8bc3@mail.gmail.com
Whole thread Raw
Responses Re: pull raw text of a message by message-id  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
We currently have a (really handy) facility to pull a message from the
archives by message-ID, eg:

http://archives.postgresql.org/message-id/603c8f070905202040v66cd3054t434c0b73aa844c63@mail.gmail.com

Could we possibly get a similar type of link that pulls the raw
contents of the message, without any HTML markup?  This would be
useful when (for example) a message contains a patch that is included
inline rather than as an attachment, and would also be useful for
tool-building (e.g. given a message-ID, download the patch and attempt
to apply it to my local working copy).

...Robert


pgsql-hackers by date:

Previous
From: "Fly.Li"
Date:
Subject: How to issure PQexec is thread safety if use a connceion in two threads?
Next
From: Robert Haas
Date:
Subject: Re: How to issure PQexec is thread safety if use a connceion in two threads?