diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-10-13 17:36:50 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-10-13 17:36:50 -0400 |
commit | 8660b40d0c59e4880f246fa91e2137ddd13655d8 (patch) | |
tree | f3c14e7d7ed59fab63669d9a57de6a34f64a520f | |
parent | ebd33f27ab023ef0e72ba162f2974ec49d96e8e3 (diff) | |
download | postgresql-8660b40d0c59e4880f246fa91e2137ddd13655d8.tar.gz postgresql-8660b40d0c59e4880f246fa91e2137ddd13655d8.zip |
doc: mention TM is ignored for to_date/to_timestamp()
Report by Goulven Guillard
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
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> |