default current_timestamp problem

Поиск
Список
Период
Сортировка
От Mike Fahey
Тема default current_timestamp problem
Дата
Msg-id 415D9B2C.9020906@enter.net
обсуждение исходный текст
Список pgsql-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
);

--
With best regards,

Mike Fahey - Systems Administration
********************************************************************
      ENTER.NET - "The Road to the Internet Starts Here!" (tm)
  (610) 437-2221 * http://www.enter.net/ * email:support@enter.net
********************************************************************


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: \n converted to \r\n
Следующее
От: "Gene Farrelly"
Дата:
Сообщение: Can't find ODBC driver in the admin list