Skip to content

Commit 8660b40

Browse files
committed
doc: mention TM is ignored for to_date/to_timestamp()
Report by Goulven Guillard
1 parent ebd33f2 commit 8660b40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5781,7 +5781,9 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
57815781

57825782
<listitem>
57835783
<para>
5784-
<literal>TM</literal> does not include trailing blanks.
5784+
<literal>TM</literal> does not include trailing blanks.
5785+
<function>to_timestamp</> and <function>to_date</> ignore
5786+
the <literal>TM</literal> modifier.
57855787
</para>
57865788
</listitem>
57875789

0 commit comments

Comments
 (0)