]> granicus.if.org Git - postgresql/commitdiff
doc: mention TM is ignored for to_date/to_timestamp()
authorBruce Momjian <bruce@momjian.us>
Mon, 13 Oct 2014 21:36:50 +0000 (17:36 -0400)
committerBruce Momjian <bruce@momjian.us>
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})');
 
      <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>