Обсуждение: [COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage.

От
Tom Lane
Дата:
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

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ea853db4a58fe8c0fcfe7f945f5ca5c800264e5a

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)