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 1wNY10-000tZ3-0T for pgsql-docs@arkaria.postgresql.org; Thu, 14 May 2026 15:30:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wNY0x-00DVFi-2o for pgsql-docs@arkaria.postgresql.org; Thu, 14 May 2026 15:30:19 +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.96) (envelope-from ) id 1wNY0x-00DVFT-1x for pgsql-docs@lists.postgresql.org; Thu, 14 May 2026 15:30:19 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wNY0v-00000000Yi0-3Ijp for pgsql-docs@lists.postgresql.org; Thu, 14 May 2026 15:30:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2026010100; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description; bh=KeSqbfGqGKgebWQ1jKqE5bmF6WIxUnY2nCzvUDBNEig=; b=j7KMgBbfCCZPa0HnH3L3T8OCuM TJ1ViyIzfctbfbJW/z25YbybJrNJykke0d9hm234aG76TiubqJ74E4yjekBzqEZy3c6w5D+K+/Ugy 6gnga1KkQYvuiI+Y1Bk2yWJeUCUu2hT+ksWHNh4LVUU2QUJVZ76zjK6G01QFnlVCi1Pt4YEgOSU+V W23uXWihoOycvb25PlU7s9ScQA1y4QzuKfnn6hFaamumRuK2SKd5Pvj8Sy2vN3kMDQLJPOfA9j/IM w3D+oFlNUPuyyJ9G5nOtDQdy2QTAvJlPploNo42FpjcJE7lvHjZufamHbRPnAT+o/7t6x0NDtg97f NtHrx7ZA==; Received: from bruce by momjian.us with local (Exim 4.98.2) (envelope-from ) id 1wNY0t-0000000FoUs-3Lam; Thu, 14 May 2026 11:30:15 -0400 Date: Thu, 14 May 2026 11:30:15 -0400 From: Bruce Momjian To: Tom Lane Cc: "David G. Johnston" , scoobster17@gmail.com, pgsql-docs@lists.postgresql.org Subject: Re: Suspected documentation error Message-ID: References: <177801333530.795.16999885814007014333@wrigleys.postgresql.org> <767365.1778075522@sss.pgh.pa.us> <768685.1778076783@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="Qlidh8mvDpGSm1+E" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <768685.1778076783@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --Qlidh8mvDpGSm1+E Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, May 6, 2026 at 10:13:03AM -0400, Tom Lane wrote: > "David G. Johnston" writes: > > On Wed, May 6, 2026 at 6:52 AM Tom Lane wrote: > >> I'm inclined to try to fix it via formatting: change HH and MM to > >> lower case and wrap them in so they render in italics. > > > And isn't replaceable usually something the user is expected to provide a > > value for - not something the system populates? > > No, I think it just means "this word is not literally what you'd see > or type". I came up with the attached patch. I think 'mm' is just too much like months so I sent with 'mi', and the "replaceable" tag was already there. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future. --Qlidh8mvDpGSm1+E Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="mi.diff" diff --git a/doc/src/sgml/func/func-formatting.sgml b/doc/src/sgml/func/func-formatting.sgml index af9e2223998..e4edaf4f42c 100644 --- a/doc/src/sgml/func/func-formatting.sgml +++ b/doc/src/sgml/func/func-formatting.sgml @@ -424,8 +424,8 @@ OF - time-zone offset from UTC (HH - or HH:MM) + time-zone offset from UTC (hh + or hh:mi) --Qlidh8mvDpGSm1+E--