projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1bb5a4
)
Document that to_char('FM') removes only trailing zeros.
author
Bruce Momjian
Fri, 11 Mar 2011 15:48:30 +0000
(10:48 -0500)
committer
Bruce Momjian
Fri, 11 Mar 2011 15:48:30 +0000
(10:48 -0500)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index f746ed6e9003978964ea917ae89ace731d42e9a5..da45970d4767c2c97b9ad1eebc97620b22d33512 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-5446,7
+5446,7
@@
SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
FM
prefix
-
fill mode (suppress padding blanks and zeroes)
+
fill mode (suppress padding blanks and
trailing
zeroes)
FMMonth
@@
-5812,7
+5812,7
@@
SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
FM
prefix
-
fill mode (suppress padding blanks and zeroes)
+
fill mode (suppress padding blanks and
trailing
zeroes)
FM9999