projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55728ea
)
Docs: fix typo in to_char() example.
author
Tom Lane
Tue, 22 Sep 2015 14:40:25 +0000
(10:40 -0400)
committer
Tom Lane
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 a56f263e63dcb0610b8caae3092056e32ea84f77..26f863b32630cd2b5d28f9919c64f988590c0417 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-6312,7
+6312,7
@@
SELECT regexp_matches('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
to_char(485, 'L999')
-
'DM 485
+
'DM 485
'
to_char(485, 'RN')