summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-09-22 10:40:25 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-09-22 10:40:25 -0400
commitb1d5cc375b8786b2ff6293b3f3986c8edf120898 (patch)
tree27086c83f3f23bd911067650ac386c09d3b4478c
parenteef34e523693c15eb4ad7067c96269ab96c87ef5 (diff)
Docs: fix typo in to_char() example.
Per bug #13631 from KOIZUMI Satoru.
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 91a9379ae77..e87210d5f79 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -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>