Re: SET NULL/SET NOT NULL - Mailing list pgsql-hackers

From Dwayne Miller
Subject Re: SET NULL/SET NOT NULL
Date
Msg-id 3C9B59EE.7060400@espgroup.net
Whole thread Raw
In response to Help with SET NULL/SET NOT NULL  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
seems like other systems keep very similar syntax to the CREATE TABLE 
command.  i.e.
ALTER TABLE blah ALTER COLUMN col datatype (precision.scale) NULL
ALTER TABLE blah ALTER COLUMN col datatype (precision.scale) NOT NULL

Dwayne




pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Help with SET NULL/SET NOT NULL
Next
From: Thomas Lockhart
Date:
Subject: Re: pg_control contents