mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Docs: fix typo in to_char() example.
Per bug #13631 from KOIZUMI Satoru.
This commit is contained in:
parent
a3e58e79a9
commit
d546ce7281
1 changed files with 1 additions and 1 deletions
|
|
@ -6294,7 +6294,7 @@ SELECT regexp_matches('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>to_char(485, 'L999')</literal></entry>
|
||||
<entry><literal>'DM 485</literal></entry>
|
||||
<entry><literal>'DM 485'</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>to_char(485, 'RN')</literal></entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue