Re: SET NULL / SET NOT NULL

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SET NULL / SET NOT NULL
Date: 2002-02-20 03:02:06
Message-ID: GNELIHDDFBOCMGBFGEFOMEHJCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Ted Petrosky 2002-02-20 03:03:52 help with libpq++
Previous Message Christopher Kings-Lynne 2002-02-20 02:53:57 Re: pg_dump: use ALTER TABLE for PKs