]> granicus.if.org Git - postgresql/commit
Fix incorrect example of to_timestamp() usage.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Dec 2016 23:05:34 +0000 (18:05 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Dec 2016 23:05:48 +0000 (18:05 -0500)
commit4191b9ece43d28cbf8b1257d1a97896184fc1fdf
tree41a0bdc2b25d890f2bad03e2a0e2ecf9ad321541
parent4efe7aa2d8df98dc56d74042b25abf77b4e5bb61
Fix incorrect example of to_timestamp() usage.

Must use HH24 not HH to read a hour value exceeding 12.

This was already fixed in HEAD in commit d3cd36a13, but I didn't think
of backpatching it.

Report: https://postgr.es/m/20161229170043.10139.21416@wrigleys.postgresql.org
doc/src/sgml/func.sgml