mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Document that to_char('FM') removes only trailing zeros.
This commit is contained in:
parent
a1bb5a480d
commit
ffe92d15d5
1 changed files with 2 additions and 2 deletions
|
|
@ -5446,7 +5446,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
|||
<tbody>
|
||||
<row>
|
||||
<entry><literal>FM</literal> prefix</entry>
|
||||
<entry>fill mode (suppress padding blanks and zeroes)</entry>
|
||||
<entry>fill mode (suppress padding blanks and trailing zeroes)</entry>
|
||||
<entry><literal>FMMonth</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
@ -5812,7 +5812,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
|||
<tbody>
|
||||
<row>
|
||||
<entry><literal>FM</literal> prefix</entry>
|
||||
<entry>fill mode (suppress padding blanks and zeroes)</entry>
|
||||
<entry>fill mode (suppress padding blanks and trailing zeroes)</entry>
|
||||
<entry><literal>FM9999</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
|
|||
Loading…
Reference in a new issue