]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: clarify to_char("OF") HH/MM doesn't represent actual chars
authorBruce Momjian <bruce@momjian.us>
Tue, 21 Jul 2026 15:59:37 +0000 (11:59 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 21 Jul 2026 15:59:37 +0000 (11:59 -0400)
Change formatting and chars to be less of a match against actual
formatting characters.

Reported-by: Phil
Discussion: https://postgr.es/m/177801333530.795.16999885814007014333@wrigleys.postgresql.org

Backpatch-through: 19

doc/src/sgml/func/func-formatting.sgml

index af9e2223998ad2c27a5272f0b947d1a7357c5734..e4edaf4f42c2b7b759f7743c15b6de54ceb530bf 100644 (file)
        </row>
        <row>
         <entry><literal>OF</literal></entry>
-        <entry>time-zone offset from UTC (<replaceable>HH</replaceable>
-         or <replaceable>HH</replaceable><literal>:</literal><replaceable>MM</replaceable>)</entry>
+        <entry>time-zone offset from UTC (<replaceable>hh</replaceable>
+         or <replaceable>hh</replaceable><literal>:</literal><replaceable>mi</replaceable>)</entry>
        </row>
       </tbody>
      </tgroup>