Re: possible constraint bug?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: possible constraint bug?
Дата
Msg-id 200010122025.QAA18140@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: possible constraint bug?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-hackers
> 
> On Thu, 12 Oct 2000, Bruce Momjian wrote:
> 
> > Is this addressed in 7.1?
> 
> Not as far as I know.
> It would require one or more of:
>  ALTER FUNCTION
>  ALTER TABLE ... DROP CONSTRAINT
>  a reference system that automatically drops/
>   restricts based on objects referencing the 
>   thing you drop (and this wouldn't make sense
>   for constraints without alter ... drop 
>   constraint anyway).
> 
> 

Added to TODO:

* Add ALTER FUNCTION
* Add ALTER TABLE ... DROP CONSTRAINT
* Automatically drop constraints/functions when object is dropped

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: [patch,rfc] binary operators on integers
Следующее
От: Dan Moschuk
Дата:
Сообщение: Re: Core dump