Re: timestamp with time zone

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: timestamp with time zone
Дата
Msg-id 4F33D4FE0200002500045139@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: timestamp with time zone  (Alessandro Gagliardi <alessandro@path.com>)
Ответы Re: timestamp with time zone  (Alessandro Gagliardi <alessandro@path.com>)
Список pgsql-performance
Alessandro Gagliardi <alessandro@path.com> wrote:

> (Actually, I originally did try one on "(created at time zone
> timezone)::date" but couldn't figure out how to phrase it in a way
> PostgreSQL would accept.)

CREATE INDEX blocks_created_date_idx
  ON blocks
  USING btree
  (((created at time zone timezone)::date));

-Kevin

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

Предыдущее
От: Alessandro Gagliardi
Дата:
Сообщение: Re: timestamp with time zone
Следующее
От: Alessandro Gagliardi
Дата:
Сообщение: Re: timestamp with time zone