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

From Christopher Kings-Lynne
Subject Re: SET NULL / SET NOT NULL
Date
Msg-id GNELIHDDFBOCMGBFGEFOMEHJCBAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to SET NULL / SET NOT NULL  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
> > ALTER TABLE    blah ALTER COLUMN field SET [ NOT NULL | NULL ];
> >
> > My question is - does the parser already support the syntax?
> ie. Is there
> > an empty function somewhere that says 'not implemented', or do I have to
> > actually add the flex code for it?
>
> Did you miss my reply that said to use ALTER TABLE ... ADD NULL | NOT
> NULL?  I will resend.
>
> Are we losing emails.  I sent one last night that hasn't appeared.

I lost a whole bunch of mails with SET NULL / SET NOT NULL in the header - I
found that if I put some chars in front of the subject, then it got thru
straight away...

Chris



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: pg_dump: use ALTER TABLE for PKs
Next
From: mlw
Date:
Subject: Re: data mining or statistical analysis with postgresql