Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?

Поиск
Список
Период
Сортировка
От Kallol Nandi
Тема Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?
Дата
Msg-id NBEDKIHMDKLGDCDIJLMMKECFCBAA.kallol.nandi@indussoft.com
обсуждение исходный текст
Ответ на URGENT: How to change ON CASCADE RESTRICT to DELETE?  (Robert <robert@robert.cz>)
Список pgsql-general
Drop constraint is there within Alter Table command.

Regards,
Kallol.

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of Robert
Sent: Wednesday, July 02, 2003 12:44 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] URGENT: How to change ON CASCADE RESTRICT to DELETE?


Hi,

  how can I change ON CASCADE RESTRICT to ON CASCADE DELETE? I need to
do it on my production database now (client is really complaining...)
and I dont see any DROP CONSTRAINT in the docs - whats the right and/or
simplest way? Thanks a lot

- Robert


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org


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

Предыдущее
От: Kaare Rasmussen
Дата:
Сообщение: Re: New position and new location
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Duplicate key insert question