Re: the postgr.es/m/MESSAGE_ID URL format

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jeremy Schneider <schneider@ardentperf.com>
Cc: pgsql-general@lists.postgresql.org
Date: 2025-02-24T20:19:04Z
Lists: pgsql-general
Jeremy Schneider <schneider@ardentperf.com> writes:
> Is there a page somewhere on the postgres wiki with a simple high-level
> explanation of what the https://postgr.es/m/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

https://www.postgresql.org/message-id/MESSAGE_ID

			regards, tom lane