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.96) (envelope-from ) id 1vp9FR-0025TH-1f for pgsql-bugs@arkaria.postgresql.org; Sun, 08 Feb 2026 18:11:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vp9FQ-008Oce-0P for pgsql-bugs@arkaria.postgresql.org; Sun, 08 Feb 2026 18:11:03 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vp9FP-008OcW-2l for pgsql-bugs@lists.postgresql.org; Sun, 08 Feb 2026 18:11:03 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vp9FN-00000001hLW-2639 for pgsql-bugs@lists.postgresql.org; Sun, 08 Feb 2026 18:11:03 +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 618IAxUL2664256; Sun, 8 Feb 2026 13:10:59 -0500 From: Tom Lane To: Mohamed Medjelled cc: pgsql-bugs@lists.postgresql.org Subject: Re: Incorrect description for "SET" abbreviation in Time Zone Appendix In-reply-to: References: Comments: In-reply-to Mohamed Medjelled message dated "Sun, 08 Feb 2026 08:50:49 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2664254.1770574259.1@sss.pgh.pa.us> Date: Sun, 08 Feb 2026 13:10:59 -0500 Message-ID: <2664255.1770574259@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Mohamed Medjelled writes: > I would like to report a factual error in the PostgreSQL documentation > regarding time zone abbreviations (Appendix B). > The documentation lists: > SET | +01:00 | Seychelles Time As far as I can see, that has not appeared in our documentation since version 8.1.x, which was end-of-life in 2010. Where are you reading this? regards, tom lane