Re: Timestamp weirdness

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Timestamp weirdness
Дата
Msg-id 42E6C49B.4040404@opencloud.com
обсуждение исходный текст
Ответ на Timestamp weirdness  ("emergency.shower@gmail.com" <emergency.shower@gmail.com>)
Список pgsql-jdbc
Kevin Grittner wrote:

> My question (not well stated, I'm sure) was whether there is a way to
> know, on the server, at the point of handling the timestampz from the
> protocol stream, that it is going to be assigned to a TIMESTAMP WITHOUT
> TIME ZONE and use literal assignment rules (i.e., ignore the time zone
> info) instead of the cast rules.  The next question was whether this
> would break existing code.

As I said:

>>>>Oliver Jowett <oliver@opencloud.com> 07/26/05 9:20 AM >>>

> If we get the server to infer a type for the parameter rather than
> explicitly specifying it as timestamptz, then we can avoid that cast.
> Then things don't break.

-O

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

Предыдущее
От: Scott Goldstein
Дата:
Сообщение: Client Connection vs. JDBC Connections vs. Postgres processes
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Timestamp Summary