doc: mention TM is ignored for to_date/to_timestamp()
authorBruce Momjian
Mon, 13 Oct 2014 21:36:50 +0000 (17:36 -0400)
committerBruce Momjian
Mon, 13 Oct 2014 21:36:50 +0000 (17:36 -0400)
Report by Goulven Guillard

doc/src/sgml/func.sgml

index 3a7cfa93c2706a0acc28ebc6d4063eee4087d50d..7e5bcd98ddc5ca7c964553138bed2848b7ee3bc0 100644 (file)
@@ -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.