Re: Updating timezone setting

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Updating timezone setting
Дата
Msg-id 20141206143757.GB28234@momjian.us
обсуждение исходный текст
Ответ на Re: Updating timezone setting  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
On Mon, Nov 10, 2014 at 05:09:10PM -0800, Adrian Klaver wrote:
> >Would there be any issues then just leaving the columns as "timestamp
> >without time zone"? I know that's not ideal, but that would be a big
> >project to try and convert every single one of those columns.
>
> The plus for converting is that timestamp with timezone anchors the
> time and you do not have to worry as much, about what the
> application is doing. That being said, I could see rolling that out
> over time:)

Sorry to be late on this, but since the data is already stored in GMT,
you might be able to just change the system catalogs to say timestamp
with time zone.  I recommend you find a PG expert to research this and
test it.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


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

Предыдущее
От: David Johnston
Дата:
Сообщение: Fwd: Array Comparison
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: I did some testing of GIST/GIN vs BTree indexing…