FW: Help with SET NULL/SET NOT NULL - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject FW: Help with SET NULL/SET NOT NULL
Date
Msg-id GNELIHDDFBOCMGBFGEFOEENBCBAA.chriskl@familyhealth.com.au
Whole thread Raw
List pgsql-hackers
Hi all,

This message didn't seem to go through - am I being blocked by the list
server?  Let's see if it does this time...

> -----Original Message-----
> From: Christopher Kings-Lynne [mailto:chriskl@familyhealth.com.au]
> Sent: Wednesday, 20 March 2002 1:10 PM
> To: Hackers
> Subject: Help with SET NULL/SET NOT NULL
>
>
> Hi all,
>
> I did an initial patch for ALTER TABLE / SET NULL that should
> just say 'not implemented' when someone tries it, but I get this:
>
> template1=# alter table test alter column a set null;
> ERROR:  parser: parse error at or near "null"
> template1=# alter table test alter column a set null_p;
> ERROR:  parser: parse error at or near "null_p"
> template1=# alter table test alter column a set not null;
> ERROR:  parser: parse error at or near "not"
>
> What have I missed?
>
> All regression tests pass...
>
> Attached is context diff
>
> I'm pretty sure that I haven't done preproc.y correctly either...
>
> Chris
>
> ps. DON'T COMMIT THIS PATCH!!!

Attachment

pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: [GENERAL] Notify argument?
Next
From: "Christopher Kings-Lynne"
Date:
Subject: oops