Re: pgsql-server: Fix oversight in recent ALTER TABLE

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server: Fix oversight in recent ALTER TABLE
Date: 2004-06-11 01:13:15
Message-ID: 40C9072B.30105@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> Fix oversight in recent ALTER TABLE improvements. We now support
> ALTER TABLE tab ADD COLUMN col SERIAL, but we forgot to install the
> dependency between the column and the sequence, so the sequence
> would not go away if you dropped the table later.

What if you ALTER TABLE / TYPE SERIAL?

Chris

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-06-11 01:14:37 Re: pgsql-server: Clean up generation of default names
Previous Message Tom Lane 2004-06-11 01:09:29 pgsql-server: When using extended-query protocol, postpone planning of