Re: removing "not null" modifier

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
Cc: Robert Urban <urban(at)UNIX-Beratung(dot)de>, pgsql-sql(at)postgresql(dot)org
Subject: Re: removing "not null" modifier
Date: 2006-03-13 15:47:23
Message-ID: 7581.1142264843@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> writes:
> O Robert Urban Mar 13, 2006 :
>> how can I get rid of the "not null" modifier on status_id?

> ALTER TABLE event ALTER status_id DROP NOT NULL;

I don't think 7.2 has that. Of course, there are many excellent reasons
why Robert needs to get himself off 7.2.2 ASAP. Some of them can be
found here:
http://developer.postgresql.org/docs/postgres/release.html

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fuhr 2006-03-13 16:12:07 Re: connectby documentation
Previous Message Daniel Caune 2006-03-13 15:37:37 connectby documentation