datetime default 'now' broken?

Brett McCormickS <brett@abraxas.scene.com>

From: Brett McCormickS <brett@abraxas.scene.com>
To: pgsql-bugs@hub.org, pgsql-hackers@hub.org
Date: 1998-03-16T00:46:54Z
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).