doc: mention TM is ignored for to_date/to_timestamp()

Report by Goulven Guillard
This commit is contained in:
Bruce Momjian 2014-10-13 17:36:50 -04:00
parent ebd33f27ab
commit 8660b40d0c

View 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>