projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e58e7
)
Docs: fix typo in to_char() example.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 22 Sep 2015 14:40:25 +0000
(10:40 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 235d72b9ebd4d21fc4ee00288c47d66ca6780742..23d622f1f22865649ebe9245582cbdd030b0e4fc 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-6294,7
+6294,7
@@
SELECT regexp_matches('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
</row>
<row>
<entry><literal>to_char(485, 'L999')</literal></entry>
- <entry><literal>'DM 485</literal></entry>
+ <entry><literal>'DM 485
'
</literal></entry>
</row>
<row>
<entry><literal>to_char(485, 'RN')</literal></entry>