Re: pgsql-server: Fix oversight in recent ALTER TABLE - Mailing list pgsql-committers

From Christopher Kings-Lynne
Subject Re: pgsql-server: Fix oversight in recent ALTER TABLE
Date
Msg-id 40C9072B.30105@familyhealth.com.au
Whole thread Raw
In response to pgsql-server: Fix oversight in recent ALTER TABLE improvements.  (tgl@svr1.postgresql.org (Tom Lane))
Responses Re: pgsql-server: Fix oversight in recent ALTER TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: More restructuring to use Win32 START with paths needing
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: pgsql-server: Clean up generation of default names