Re: dropping foreign key

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: dropping foreign key
Дата
Msg-id Pine.BSF.4.21.0110232203040.54194-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на dropping foreign key  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-sql
On Tue, 23 Oct 2001, Joseph Shraibman wrote:

> I have to drop a froeign key from one of my tables.  The problem is that I have another 
> table that has a foreign key on the first one, so I can't do the select to temp-table 
> thing and move it back.
> 
> Is there any way I can remove it by mucking with pg's internal tables?

Yeah.  All you should need to do is remove the three triggers that
were created for the constraint (1 on the fk table, 2 on the pk table).
You can find them in pg_trigger and you'll need to double quote the 
names for the drop trigger statements because they're mixed case.




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

Предыдущее
От: "Dinesh Parikh"
Дата:
Сообщение: GUID in postgres
Следующее
От: Joe Barrero
Дата:
Сообщение: Re: Auto Increment