Skip to content

Commit ffe92d1

Browse files
committed
Document that to_char('FM') removes only trailing zeros.
1 parent a1bb5a4 commit ffe92d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5446,7 +5446,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
54465446
<tbody>
54475447
<row>
54485448
<entry><literal>FM</literal> prefix</entry>
5449-
<entry>fill mode (suppress padding blanks and zeroes)</entry>
5449+
<entry>fill mode (suppress padding blanks and trailing zeroes)</entry>
54505450
<entry><literal>FMMonth</literal></entry>
54515451
</row>
54525452
<row>
@@ -5812,7 +5812,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
58125812
<tbody>
58135813
<row>
58145814
<entry><literal>FM</literal> prefix</entry>
5815-
<entry>fill mode (suppress padding blanks and zeroes)</entry>
5815+
<entry>fill mode (suppress padding blanks and trailing zeroes)</entry>
58165816
<entry><literal>FM9999</literal></entry>
58175817
</row>
58185818
<row>

0 commit comments

Comments
 (0)