8000 Docs: fix typo in to_char() example. · yazun/postgres@68e83c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68e83c1

Browse files
committed
Docs: fix typo in to_char() example.
Per bug #13631 from KOIZUMI Satoru.
1 parent a89781e commit 68e83c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5755,7 +5755,7 @@ SELECT regexp_matches('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
57555755
</row>
57565756
<row>
57575757
<entry><literal>to_char(485, 'L999')</literal></entry>
5758-
<entry><literal>'DM&nbsp;485</literal></entry>
5758+
<entry><literal>'DM&nbsp;485'</literal></entry>
57595759
</row>
57605760
<row>
57615761
<entry><literal>to_char(485, 'RN')</literal></entry>

0 commit comments

Comments
 (0)
0