Time type error

Поиск
Список
Период
Сортировка
От Alexaki Sofia
Тема Time type error
Дата
Msg-id Pine.GSO.4.33.0210101910280.23600-100000@athena.ics.forth.gr
обсуждение исходный текст
Ответы Re: Time type error  (Dave Cramer <Dave@micro-automation.net>)
Список pgsql-jdbc
Hello,

I am using PostgreSQL 7.2.1, and I am using JDBC interface
to store the data in the db.

I have created a table with a field of "time".
However when I try to insert a time value with a time zone I get the error
ERROR:  Bad time external representation '16:20:00 +04:00'

None of the following values seems to be valid
'16:20:00+04' '16:20:00 +04' '16:20:00 +04:00' '16:20:00+04:00'

Is there any bug in PostgreSQL in handling the type time?

thanks in advance,
Sofia Alexaki


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

Предыдущее
От: "G.Nagarajan"
Дата:
Сообщение: Re: NullPointer error returned from ResultSet.java
Следующее
От: Kevin Schmidt
Дата:
Сообщение: JDBC MetaData Problem