]> granicus.if.org Git - postgresql/commitdiff
Docs: fix typo in to_char() example.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 22 Sep 2015 14:40:25 +0000 (10:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 22 Sep 2015 14:40:25 +0000 (10:40 -0400)
Per bug #13631 from KOIZUMI Satoru.

doc/src/sgml/func.sgml

index ab92e243d1c1b9ae63f3b9a70f43dbb9cf7cf8ae..a001d475fb58d4d7ae3b6a0556c426b0377ab4a0 100644 (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>