Re: BUG #16169: Default time output for 24:00 is 00:00

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16169: Default time output for 24:00 is 00:00
Дата
Msg-id 8219.1576606680@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #16169: Default time output for 24:00 is 00:00  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: BUG #16169: Default time output for 24:00 is 00:00  (Francisco Olarte <folarte@peoplecall.com>)
Список pgsql-bugs
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> On 2019-Dec-17, Tom Lane wrote:
>> However ... when you run it on sqlfiddle, that shows the 't' column as
>> 00:00:00 in both cases.  It also shows the fourth column in a format
>> that doesn't match any of our intervalstyle formats.

> Hm, interesting.  SELECT version() in sqlfiddle's postgres 9.6 says:
> PostgreSQL 9.6.6 on x86_64-pc-linux-gnu, compiled by gcc (Debian 4.9.2-10) 4.9.2, 64-bit
> As I remember, EDB would be visible.

Another theory is that the webpage is passing the output through some
type-aware reformatting ... that seems pretty weird though.

            regards, tom lane



В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #16169: Default time output for 24:00 is 00:00
Следующее
От: Francisco Olarte
Дата:
Сообщение: Re: BUG #16169: Default time output for 24:00 is 00:00