Thread

  1. the postgr.es/m/MESSAGE_ID URL format

    Jeremy Schneider <schneider@ardentperf.com> — 2025-02-24T19:56:20Z

    Hello,
    
    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'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
    
    
    
    
  2. Re: the postgr.es/m/MESSAGE_ID URL format

    Bruce Momjian <bruce@momjian.us> — 2025-02-24T20:03:13Z

    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 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'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
    
    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.
    
    
    
    
  3. Re: the postgr.es/m/MESSAGE_ID URL format

    Tom Lane <tgl@sss.pgh.pa.us> — 2025-02-24T20:19:04Z

    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