7.3.3 ADD COLUMN wierdness - Mailing list pgsql-bugs

From Brian O'Donoghue
Subject 7.3.3 ADD COLUMN wierdness
Date
Msg-id COEDIADJBHCFBMAMDEBBAEGJCAAA.bodonoghue@stockbyte.com
Whole thread Raw
Responses Re: 7.3.3 ADD COLUMN wierdness
Re: 7.3.3 ADD COLUMN wierdness
List pgsql-bugs
I'm running two different strains of PostgreSQL

7.1.3, which is what our website is running off of now and 7.3.3, which we
hope to move to (sometime).

In 7.1.3 I can say

ALTER TABLE blah ADD COLUMN whatever integer not null;

and as expected, that works fine

on 7.3.3

the same command returns
Adding NOT NULL columns is not implemented.
        Add the column, then use ALTER TABLE ... SET NOT NULL.

Hmm, the last time I checked, this should have worked.
Is this a bug or a feature?

If it's a feature, can I turn it off, because this is a hassel.


________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________

pgsql-bugs by date:

Previous
From: Serge Obeuf
Date:
Subject: Re: pg_dumpall not working in batch
Next
From: Rod Taylor
Date:
Subject: Re: 7.3.3 ADD COLUMN wierdness