projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89781e
)
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
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 2b8cb99bb97a4c0db17a0016d2e83e920e00741b..6a7586faae1e85baefaed8afe55bc615006808da 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-5755,7
+5755,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>