Re: SET NULL/SET NOT NULL

From: "Dwayne Miller" <dmiller(at)espgroup(dot)net>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SET NULL/SET NOT NULL
Date: 2002-03-22 16:21:02
Message-ID: 3C9B59EE.7060400@espgroup.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2002-03-22 16:23:31 Re: pg_control contents
Previous Message Tom Lane 2002-03-22 15:42:53 Re: pg_control contents