Re: ISO8601 Time and ODBC

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: ISO8601 Time and ODBC
Дата
Msg-id 39BCFC88.5629FC7E@alumni.caltech.edu
обсуждение исходный текст
Ответ на ISO8601 Time and ODBC  ("Carl Shelbourne" <Carl.Shelbourne@marconi.com>)
Список pgsql-interfaces
> Does anybody know how I can get the offset to the time returned by Postgres
> using ODBC??, this is not included in the above struct.

select date_part('timezone', timefield)

will do it, so just return another column in the query.
                   - Thomas


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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: obtaining primary key/rowid following insert, redux...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] JDBC Patch