Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b1d5cc3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6312,7 +6312,7 @@ SELECT regexp_matches('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
63126312
</row>
63136313
<row>
63146314
<entry><literal>to_char(485, 'L999')</literal></entry>
6315-
<entry><literal>'DM&nbsp;485</literal></entry>
6315+
<entry><literal>'DM&nbsp;485'</literal></entry>
63166316
</row>
63176317
<row>
63186318
<entry><literal>to_char(485, 'RN')</literal></entry>

0 commit comments

Comments
 (0)