Bug on version 12 ?
От | PegoraroF10 |
---|---|
Тема | Bug on version 12 ? |
Дата | |
Msg-id | 1589555314264-0.post@n3.nabble.com обсуждение исходный текст |
Ответы |
Re: Bug on version 12 ?
Re: Bug on version 12 ? Re: Bug on version 12 ? |
Список | pgsql-general |
select To_Json(Current_Timestamp); returns "2020-05-15T14:49:44.266342+00:00" on version 11.7 or 12.3 So I have lots of JSONS which have timestamp on them. select JS ->> 'mydate'::text, to_timestamp((JS ->> 'mydate'), 'YYYY-MM-DD HH24:MI:SS') from (select '{"somefield": true, "otherfield": true, "mydate": "2020-04-02T18:26:50.941531-03:00"}'::jsonb) j(JS) This SQL works fine on 11.7 but not on 12.3 version. ERROR: invalid value "T1" for "HH24" Detail: Value must be an integer. Where: SQL function "castimmutabletimestamp" statement 1 Is that a version 12 bug or a server configuration ? -- Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
В списке pgsql-general по дате отправления: