Re: Alter Table phase 1 -- Please apply to 7.5 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Alter Table phase 1 -- Please apply to 7.5
Date
Msg-id 200405061931.i46JVuo13589@candle.pha.pa.us
Whole thread Raw
In response to Alter Table phase 1 -- Please apply to 7.5  (Rod Taylor <pg@rbt.ca>)
List pgsql-patches
Patch applied with adjustments by Tom.  Thanks.

---------------------------------------------------------------------------

Rod Taylor wrote:
> Completes:
>         ALTER TABLE ADD COLUMN does not honour DEFAULT and non-CHECK
>         CONSTRAINT
>
>         ALTER TABLE ADD COLUMN column DEFAULT should fill existing rows
>         with DEFAULT value
>
>         ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
>         because of the item above
>
>         Previously described reorganization of all ALTER TABLE commands.
>
> Most of the way through column type change. I need to supply a followup
> patch which deals with logical attribute numbers.
>
> ALTER TABLE table ALTER [COLUMN] column TYPE type USING expression;
>
> Syntax documentation updates only. Content to come later.

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: win32: whitespace in dir names, shmem bug
Next
From: Neil Conway
Date:
Subject: refactor CheckDropPermissions()