Re: Migration from DB2 to PostgreSQL-TIMESTAMP(arg1,arg1)

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Migration from DB2 to PostgreSQL-TIMESTAMP(arg1,arg1)
Дата
Msg-id 51CC8A2F.40906@hogranch.com
обсуждение исходный текст
Ответ на Re: Migration from DB2 to PostgreSQL-TIMESTAMP(arg1,arg1)  (sachin kotwal <kotsachin@gmail.com>)
Список pgsql-general
On 6/27/2013 4:51 AM, sachin kotwal wrote:
> #select timestamp(current_date);

try...   current_date::timestamptz
or....    cast current_date as timestamptz


--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: installer woes, 9.1 on windows 2008 R2
Следующее
От: Sergey Konoplev
Дата:
Сообщение: Re: Triggers NOT running as table owner