1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Docs: fix typo in to_char() example.

Per bug #13631 from KOIZUMI Satoru.
This commit is contained in:
Tom Lane
2015-09-22 10:40:25 -04:00
parent 8b75e489a4
commit a86eab9430

View File

@ -6259,7 +6259,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>