From 8660b40d0c59e4880f246fa91e2137ddd13655d8 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 13 Oct 2014 17:36:50 -0400
Subject: [PATCH] doc:  mention TM is ignored for to_date/to_timestamp()

Report by Goulven Guillard
---
 doc/src/sgml/func.sgml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 3a7cfa93c27..7e5bcd98ddc 100644
--- 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>
 
-- 
GitLab