Re: is date_part immutable or not?

Поиск
Список
Период
Сортировка
От Олег Самойлов
Тема Re: is date_part immutable or not?
Дата
Msg-id D3AF9A96-8C7A-4C87-8260-78CEF389783D@ya.ru
обсуждение исходный текст
Ответ на Re: is date_part immutable or not?  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-general
> 21 авг. 2020 г., в 16:14, Laurenz Albe <laurenz.albe@cybertec.at> написал(а):
> Two approaches:
>
> 1. Use "timestamp without time zone".

Yep, I redefined to timestamp without time zone. Thus loose timezone information from source, but happily there is not
thedaylight savings time shift in my country now. 

>
> 2. Partition in some other way, for example BY RANGE (log_time).
>   Your list partitions don't make a lot of sense to me.

This copies default name structure of the postgresql log files.


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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: is date_part immutable or not?
Следующее
От: Thomas Boussekey
Дата:
Сообщение: Fwd: When are largobject records TOASTed into pg_toast_2613?