mirror of
https://github.com/postgres/postgres.git
synced 2026-03-13 14:14:09 -04:00
doc: mention that to_char() values are rounded
Reported-by: barsikdacat@gmail.com Diagnosed-by: Laurenz Albe Discussion: https://postgr.es/m/168991536429.626.9957835774751337210@wrigleys.postgresql.org Author: Laurenz Albe Backpatch-through: 11
This commit is contained in:
parent
caeb4cf191
commit
d6f90b3df9
1 changed files with 8 additions and 0 deletions
|
|
@ -6933,6 +6933,14 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
|
|||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
If the format provides fewer fractional digits than the number being
|
||||
formatted, <function>to_char()</function> will round the number to
|
||||
the specified number of fractional digits.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
The pattern characters <literal>S</literal>, <literal>L</literal>, <literal>D</literal>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue