Re: timestamp via odbc

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: timestamp via odbc
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E43068D7@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на timestamp via odbc  (Mike Fahey <mfahey@enter.net>)
Список pgsql-odbc

> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Mike Fahey
> Sent: 04 October 2004 16:48
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] timestamp via odbc
>
> The following table structure does not work when using the
> odbc driver.
>
> It's because of the column default current_timestamp.
> If i remove the default current_timestamp it works fine.
>
> Is this not implemented or is this a bug
>
>
> create table mytable(
> id serial,
> myname varchar(100),
> thetime timestamp default current_timestamp );

I just tested on a 7.3.2 server with psqlOBDC 08.00.0001 & pgAdmin II on
the frontend and it works just fine for me. Can you test with the latest
driver please?

Regards, Dave.

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

Предыдущее
От: Mike Fahey
Дата:
Сообщение: timestamp via odbc
Следующее
От: "Scot Loach"
Дата:
Сообщение: bad typenames sent to postgresql server