> 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