Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tmeuy-008XGe-Q4 for pgsql-general@arkaria.postgresql.org; Mon, 24 Feb 2025 20:19:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tmeuy-007vYE-2U for pgsql-general@arkaria.postgresql.org; Mon, 24 Feb 2025 20:19:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tmeux-007vV9-Ng for pgsql-general@lists.postgresql.org; Mon, 24 Feb 2025 20:19:07 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tmeuu-000XK0-2D for pgsql-general@lists.postgresql.org; Mon, 24 Feb 2025 20:19:06 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 51OKJ4iM1473004; Mon, 24 Feb 2025 15:19:04 -0500 From: Tom Lane To: Jeremy Schneider cc: pgsql-general@lists.postgresql.org Subject: Re: the postgr.es/m/MESSAGE_ID URL format In-reply-to: <20250224115620.2e08675a@ardentperf.com> References: <20250224115620.2e08675a@ardentperf.com> Comments: In-reply-to Jeremy Schneider message dated "Mon, 24 Feb 2025 11:56:20 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1473002.1740428344.1@sss.pgh.pa.us> Date: Mon, 24 Feb 2025 15:19:04 -0500 Message-ID: <1473003.1740428344@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jeremy Schneider 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