Re: PG producing odd results on epoch timestamp to string conversion

Поиск
Список
Период
Сортировка
От Preston Landers
Тема Re: PG producing odd results on epoch timestamp to string conversion
Дата
Msg-id CAKgs+RV2_CSYJ9o+cMFnEXMiBS6h5Wv0LvveqkyQLL4FxJZtbg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PG producing odd results on epoch timestamp to string conversion  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, Sep 9, 2011 at 5:13 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Yet PostgreSQL
>> shows a value that is exactly 26 minutes behind the others (12:09:40).
>
> You've fat-fingered the to_char usage --- MM is month, not minutes
> (I think you want MI for that).
>

Yep, that's exactly it.  Thanks so much for your help, and everything
else you've done for this project over the years!

best regards,
Preston

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PG producing odd results on epoch timestamp to string conversion
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: COPY FROM (query) in plpgsql