Re: [PATCHES] Alter Table phase 1 -- Please apply to 7.5

2004-05-06 Thread Bruce Momjian
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 DEFAUL

Re: [PATCHES] Alter Table phase 1 -- Please apply to 7.5

2004-01-06 Thread Bruce Momjian
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 seque

Re: [PATCHES] Alter Table phase 1 -- Please apply to 7.5

2003-11-29 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Rod Taylor wrote: > Completes: >

[PATCHES] Alter Table phase 1 -- Please apply to 7.5

2003-11-16 Thread Rod Taylor
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 ab