Re: pgsql-server/src backend/catalog/heap.c backen ...

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: <pgsql-committers(at)postgresql(dot)org>, "Tom Lane" <tgl(at)svr1(dot)postgresql(dot)org>
Subject: Re: pgsql-server/src backend/catalog/heap.c backen ...
Date: 2003-07-30 01:46:16
Message-ID: 08f501c3563c$5ddbac90$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> Log message:
> Coerce unknown-literal-constant default values to the column type during
> CREATE TABLE (or ALTER TABLE SET DEFAULT), rather than postponing it to
> the time that the default is inserted into an INSERT command by the
> rewriter. This reverses an old decision that was intended to make the
> world safe for writing
> f1 timestamp default 'now'

Does that mean that default current_timestamp will work?

Chris

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-07-30 14:37:23 Re: pgsql-server/src backend/catalog/heap.c backen ...
Previous Message Tom Lane 2003-07-29 22:18:56 pgsql-server/src/backend/access/nbtree Tag: RE ...