Timestamp Datatype Changing automatically to Timestamp without time zone

Поиск
Список
Период
Сортировка
От Rajdeep Das
Тема Timestamp Datatype Changing automatically to Timestamp without time zone
Дата
Msg-id 66ab29920906300013u5ed1b659nbbfc8594913f23c6@mail.gmail.com
обсуждение исходный текст
Ответы Re: Timestamp Datatype Changing automatically to Timestamp without time zone  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Timestamp Datatype Changing automatically to Timestamp without time zone  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-admin
Dear Sir/Madam,

This is important and I need your help here. 

I have taken a dump of my database from the old version of pg viz.8.1, using pg_dump command. In the db I have a table with a column of datatype 'timestamp'. Now, when I try to restore it on the new pg version 8.3, the datatype of the column is getting altered to 'timestamp with no time zone'. This change is causing my SQL to fail as TO_TIMESTAMP function is reporting error.

Please suggest me the cause of this automatic datatype change. Also, tell me how to make my TO_TIMESTAMP and other data functions work.

Thank You
Rajdeep

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Fwd: large cache
Следующее
От: Carol Walter
Дата:
Сообщение: Application Transaction Question... Postgres 8.3.6 - PHP 5 - Solaris 10