mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 00:06:45 -05:00
Docs: fix claim that to_char('FM') removes trailing zeroes.
Of course, what it removes is leading zeroes. Seems to have been a thinko in commit ffe92d15d53625d5ae0c23f4e1984ed43614a33d. Noted by Hubert Depesz Lubaczewski.
This commit is contained in:
parent
0b157a0dad
commit
d759b7eb6a
@ -5731,7 +5731,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
|||||||
<tbody>
|
<tbody>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>FM</literal> prefix</entry>
|
<entry><literal>FM</literal> prefix</entry>
|
||||||
<entry>fill mode (suppress padding blanks and trailing zeroes)</entry>
|
<entry>fill mode (suppress leading zeroes and padding blanks)</entry>
|
||||||
<entry><literal>FMMonth</literal></entry>
|
<entry><literal>FMMonth</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@ -6134,7 +6134,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
|||||||
<tbody>
|
<tbody>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>FM</literal> prefix</entry>
|
<entry><literal>FM</literal> prefix</entry>
|
||||||
<entry>fill mode (suppress padding blanks and trailing zeroes)</entry>
|
<entry>fill mode (suppress leading zeroes and padding blanks)</entry>
|
||||||
<entry><literal>FM9999</literal></entry>
|
<entry><literal>FM9999</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user