Re: Timezone troubles

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Timezone troubles
Дата
Msg-id 200308132112.44171.josh@agliodbs.com
обсуждение исходный текст
Ответ на Timezone troubles  (Jesse Scott <scotje@wwc.edu>)
Ответы Re: Timezone troubles
Список pgsql-sql
Jesse,

> Here is the data definition and the query (version is 7.2.3 btw):
<snip>
>   lastlogin timestamp DEFAULT 'now',
>   firstlogin timestamp,

In 7.2.x, unless you declare a timestamp as "TIMESTAMP WITHOUT TIME ZONE", it 
is automatically created as *with* time zone.   I think this may be your 
problem.

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: Abdul Wahab Dahalan
Дата:
Сообщение: Re: How to speeed up the query performance
Следующее
От: Jesse Scott
Дата:
Сообщение: Re: Timezone troubles