Docs: fix typo in to_char() example.
authorTom Lane <[email protected]>
Tue, 22 Sep 2015 14:40:25 +0000 (10:40 -0400)
committerTom Lane <[email protected]>
Tue, 22 Sep 2015 14:40:25 +0000 (10:40 -0400)
Per bug #13631 from KOIZUMI Satoru.

doc/src/sgml/func.sgml

index 91a9379ae7721068f2d60b3a84f4792b0fcc5ba6..e87210d5f795c6b87f25731cf7687641912c9da1 100644 (file)
@@ -6312,7 +6312,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>