From 8660b40d0c59e4880f246fa91e2137ddd13655d8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian 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 3a7cfa93c2..7e5bcd98dd 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})'); - TM does not include trailing blanks. + TM does not include trailing blanks. + to_timestamp and to_date ignore + the TM modifier.