projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd33f2
)
doc: mention TM is ignored for to_date/to_timestamp()
author
Bruce Momjian
<bruce@momjian.us>
Mon, 13 Oct 2014 21:36:50 +0000
(17:36 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 13 Oct 2014 21:36:50 +0000
(17:36 -0400)
Report by Goulven Guillard
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 3a7cfa93c2706a0acc28ebc6d4063eee4087d50d..7e5bcd98ddc5ca7c964553138bed2848b7ee3bc0 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-5781,7
+5781,9
@@
SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
<listitem>
<para>
- <literal>TM</literal> does not include trailing blanks.
+ <literal>TM</literal> does not include trailing blanks.
+ <function>to_timestamp</> and <function>to_date</> ignore
+ the <literal>TM</literal> modifier.
</para>
</listitem>