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

From Rod Taylor
Subject Alter Table phase 1 -- Please apply to 7.5
Date
Msg-id 1069019922.21552.75.camel@jester
Whole thread Raw
Responses Re: Alter Table phase 1 -- Please apply to 7.5  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Alter Table phase 1 -- Please apply to 7.5  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Alter Table phase 1 -- Please apply to 7.5  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Jan Wieck
Date:
Subject: Re: SRA Win32 sync() code
Next
From: Tom Lane
Date:
Subject: Re: SRA Win32 sync() code