datetime default 'now' broken?

From: Brett McCormickS <brett(at)abraxas(dot)scene(dot)com>
To: pgsql-bugs(at)hub(dot)org, pgsql-hackers(at)hub(dot)org
Subject: datetime default 'now' broken?
Date: 1998-03-16 00:46:54
Message-ID: 199803160046.QAA32180@abraxas.scene.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


If I create a table with a datetime field with a default of 'now', every insert
the value is the time of table creation instead of the time of insert, which is how it behaved
in previous releases (I think this was even documented).

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-03-16 02:31:32 Re: [HACKERS] Small changes for the "no excuses" release
Previous Message Brian Grossman 1998-03-15 23:50:15 Re: [QUESTIONS] using composite types