Re: constraint modification on todo list - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: constraint modification on todo list
Date
Msg-id 1063046699.64074.106.camel@jester
Whole thread Raw
In response to constraint modification on todo list  (Jeroen Ruigrok/asmodai <asmodai@wxs.nl>)
Responses Re: constraint modification on todo list  (Jeroen Ruigrok/asmodai <asmodai@wxs.nl>)
List pgsql-hackers
On Mon, 2003-09-08 at 14:32, Jeroen Ruigrok/asmodai wrote:
> Hi people,
>
> can someone add:
>
> Add an ALTER TABLE MODIFY CONSTRAINT
>
> item to the todo list?  I am even willing to pick this one up in a
> while, after I finish some other outstanding tasks.

This could be rather time consuming to actually write but having the
ability to change foreign key on update / on delete modes without
rechecking all of the data would be very useful.

I think this is a more consistent syntax:
ALTER TABLE .. ADD OR REPLACE <table constraint>


pgsql-hackers by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: pgsql vc++|win32
Next
From: Richard Huxton
Date:
Subject: Re: plpgsql debugging