Re: adding not null constraints on columns - Mailing list pgsql-sql

From Tom Lane
Subject Re: adding not null constraints on columns
Date
Msg-id 1245.1045030725@sss.pgh.pa.us
Whole thread Raw
In response to adding not null constraints on columns  ("Susan" <brknrose@counterconspiracy.org>)
List pgsql-sql
"Susan" <brknrose@counterconspiracy.org> writes:
> Is there a way to add not null constraints on a column after the column
> has been created?  Any help would be appreciated.  Thanks.

Certainly.  See the ALTER TABLE command.
        regards, tom lane


pgsql-sql by date:

Previous
From: "Prashanth - Kamath"
Date:
Subject: How to incorporate exec sql describe select list ( available in sql server in postgres)
Next
From: Christoph Haller
Date:
Subject: Re: How to incorporate exec sql describe select list