mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Docs: fix typo in to_char() example.
Per bug #13631 from KOIZUMI Satoru.
This commit is contained in:
parent
eef34e5236
commit
b1d5cc375b
@ -6312,7 +6312,7 @@ SELECT regexp_matches('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>to_char(485, 'L999')</literal></entry>
|
<entry><literal>to_char(485, 'L999')</literal></entry>
|
||||||
<entry><literal>'DM 485</literal></entry>
|
<entry><literal>'DM 485'</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>to_char(485, 'RN')</literal></entry>
|
<entry><literal>to_char(485, 'RN')</literal></entry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user