Re: Problem with DATE
От | Vinayak |
---|---|
Тема | Re: Problem with DATE |
Дата | |
Msg-id | 1421386506791-5834215.post@n5.nabble.com обсуждение исходный текст |
Ответ на | Re: Problem with DATE (Dave Cramer <pg@fastcrypt.com>) |
Ответы |
Re: Problem with DATE
Re: Problem with DATE |
Список | pgsql-jdbc |
Hi Dave, Thank you for explanation. I understood that the behavior of date is different in PostgreSQL and Java. PostgreSQL DATE type return date part only. Java DATE return date and time with timezone. >I am guessing what you really want is to just take the date in your Oracle db, load it into java and store >it into postgresql without any transformation. >This would require a custom date type. I have created custom date type which return date and time in PostgreSQL. postgres=# select now()::date; now --------------------------------- 2015-01-16 10:51:41 (1 row) but still PreparedStatement throws error for date parameter. ----- Regards, Vinayak, -- View this message in context: http://postgresql.nabble.com/Problem-with-DATE-tp5833008p5834215.html Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.
В списке pgsql-jdbc по дате отправления: