default current_timestamp problem

From: Mike Fahey <mfahey(at)enter(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Subject: default current_timestamp problem
Date: 2004-10-01 18:00:12
Message-ID: 415D9B2C.9020906@enter.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)enter(dot)net
********************************************************************

Browse pgsql-odbc by date

  From Date Subject
Next Message Amir Zicherman 2004-10-01 18:36:08 Re: \n converted to \r\n
Previous Message Max Cohan 2004-10-01 17:51:37 Connection Pooling