the postgr.es/m/MESSAGE_ID URL format
Hello,
Is there a page somewhere on the postgres wiki with a simple high-level
explanation of what the /messages/by-id/MESSAGE_ID URL format is
and how to construct one of these URLs?
For example, can this be used for all postgres mailing lists or only
certain lists (like hackers)?
It's probably a two sentence thing, but with some basic searching I
couldn't find a wiki page with those two sentences
It is referenced here for commit messages
https://wiki.postgresql.org/wiki/Commit_Message_Guidance
I also find it useful for mailing list messages
-Jeremy
On Mon, Feb 24, 2025 at 11:56:20AM -0800, Jeremy Schneider wrote:
Hello,
Is there a page somewhere on the postgres wiki with a simple high-level
explanation of what the /messages/by-id/MESSAGE_ID URL format is
and how to construct one of these URLs?For example, can this be used for all postgres mailing lists or only
certain lists (like hackers)?It's probably a two sentence thing, but with some basic searching I
couldn't find a wiki page with those two sentencesIt is referenced here for commit messages
https://wiki.postgresql.org/wiki/Commit_Message_GuidanceI also find it useful for mailing list messages
I just take https://postgr.es/m/ and append the Message-id header from
the email, and have never seen it fail.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
Do not let urgent matters crowd out time for investment in the future.
Jeremy Schneider <schneider@ardentperf.com> writes:
Is there a page somewhere on the postgres wiki with a simple high-level
explanation of what the /messages/by-id/MESSAGE_ID URL format is
and how to construct one of these URLs?
For example, can this be used for all postgres mailing lists or only
certain lists (like hackers)?
It should work for any message that appears in our mail archives.
It's just a shortcut for
regards, tom lane