Skip to content
Snippets Groups Projects
Commit 11b44d1c authored by Tom Lane's avatar Tom Lane
Browse files

Docs: fix typo in to_char() example.

Per bug #13631 from KOIZUMI Satoru.
parent 84448621
No related branches found
No related tags found
No related merge requests found
......@@ -6043,7 +6043,7 @@ SELECT regexp_matches('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
</row>
<row>
<entry><literal>to_char(485, 'L999')</literal></entry>
<entry><literal>'DM&nbsp;485</literal></entry>
<entry><literal>'DM&nbsp;485'</literal></entry>
</row>
<row>
<entry><literal>to_char(485, 'RN')</literal></entry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment