Re: adding columns with defaults is not implemented

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Douglas McNaught <doug(at)mcnaught(dot)org>
Cc: Marcelo <marcelo(at)humano2(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: adding columns with defaults is not implemented
Date: 2005-06-03 14:02:07
Message-ID: 20050603140207.GB8358@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jun 02, 2005 at 16:57:14 -0400,
Douglas McNaught <doug(at)mcnaught(dot)org> wrote:
>
> A serial column is basically just syntactic sugar for the above, so
> you're not losing anything.

In recent versions of postgres, I do think you lose something. I don't
believe the dependency will get tracked as it would for a serial
column (though this is really a bug that should eventually get fixed).
pg_get_serial_sequence will probably not work as well.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Havasvölgyi Ottó 2005-06-03 14:28:24 field alias in where condition
Previous Message Marco Colombo 2005-06-03 13:44:29 Re: PostgreSQL vs. InnoDB performance