pgAdmin III commit: Fix the CASCADing option for constraints

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the CASCADing option for constraints
Дата
Msg-id 201101012224.p01MOJeb063369@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the CASCADing option for constraints

Per a report from Eric Ongerth, there's no possibility right now to DROP
CASCADE a constraint. This patch fixes this issue by checking the cascading
option and by reacting accordingly if needed.

Branch
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a62dbf66338e9d03ef8b02a58472f354a24076df

Modified Files
--------------
CHANGELOG                            |    1 +
pgadmin/schema/pgCheck.cpp           |    9 +++++----
pgadmin/schema/pgForeignKey.cpp      |    8 +++++---
pgadmin/schema/pgIndexConstraint.cpp |    8 +++++---
4 files changed, 16 insertions(+), 10 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Support for unlogged tables
Следующее
От: Jasmin Dizdarevic
Дата:
Сообщение: Re: Step ordering pgAgent