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 1wKNqC-000ucZ-1G for pgsql-docs@arkaria.postgresql.org; Tue, 05 May 2026 22:02:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wKNqA-00EFQN-1c for pgsql-docs@arkaria.postgresql.org; Tue, 05 May 2026 22:02:06 +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 1wKMUy-00Ds7x-0E for pgsql-docs@lists.postgresql.org; Tue, 05 May 2026 20:36:08 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wKMUv-00000000NgQ-0vUL for pgsql-docs@lists.postgresql.org; Tue, 05 May 2026 20:36:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=pFSPS1cJOscb5O2ka9WyCfdC7gQ9rxnD4bEAYaKwsKU=; b=gv838NYSzC1b+rUl9N9fexJgC1 GOtfhMU+ONZ/C6y6K744HzD1h74kNSX3p2hSWpJUJrEnRYNu5l8Gkz2ASa4L1wd5BluGo0xS8kAbe ZqWR/gBHG0UYaw2gBKsO3G3T27hM6T8qMwwAYVtzt7Hjf6wIvG6n5ud7TVrrzRXjlwkfuPzntdFFS ghhZC9ZkWHO8HhLXnTnHj2Zr4dZOY7zopDsxi1autOOdNLjs3BGUmOgE1GSDwb2WidHtbWGmulSYt PjOeSBgoKmJU69MGpqwgccrtd0DjbrDvDAoa14OK7SF0VXL0EMZfa7VkaLxF0T5Qae/iT4SBv7mGk tUm9cpaw==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wKMUu-0013bg-1h for pgsql-docs@lists.postgresql.org; Tue, 05 May 2026 20:36:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wKMUt-003zaV-0S for pgsql-docs@lists.postgresql.org; Tue, 05 May 2026 20:36:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Suspected documentation error To: pgsql-docs@lists.postgresql.org From: PG Doc comments form Cc: scoobster17@gmail.com Reply-To: scoobster17@gmail.com, pgsql-docs@lists.postgresql.org Date: Tue, 05 May 2026 20:35:35 +0000 Message-ID: <177801333530.795.16999885814007014333@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/functions-formatting.html Description: Hello, I'm just learning SQL/Postgres for the first time, so please forgive me if this is an incorrect assumption. I've just learnt through seeing the solution to an exercise using the TO_CHAR function, that minutes are referred to as "mi" as opposed to "mm". As such, whilst looking through this page (https://www.postgresql.org/docs/current/functions-formatting.html) as shown in the Udemy course I'm following, I noticed that the notes "OF" state "time-zone offset from UTC (HH or HH:MM)", which I believe should be "time-zone offset from UTC (HH or HH:MI)". Hope this helps. Thanks, Phil