Detect referential integrity structure

Поиск
Список
Период
Сортировка
От Akos Gabriel
Тема Detect referential integrity structure
Дата
Msg-id 20090728201240.1daff5bb@gabriel-desktop
обсуждение исходный текст
Ответы Re: Detect referential integrity structure  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-sql
Hi,

I've a big/complex database (Adempiere - www.adempiere.org ) where I'd
like to delete some rows from some tables (delete a client and its
data from the ERP database).
All tables are in one schema (adempiere).
There are some foreign keys/constraints.
I've following options:

- disable all constraints, doing the delete, enable all constraints.
- find out the "right sequence" and do the delete -s.

Does anyone have such an algorythm, or a method of disabling all the
constraints? We have 8.3.7 right now. The solution will be published
into the Adempiere wiki / contributed to the project as well.

Thanks in advance,
Akos Gabriel

--
Üdvözlettel,
Gábriel Ákos
-=E-Mail :akos.gabriel@i-logic.hu|Web:  http://www.i-logic.hu=-
-=Tel/fax:+3612391618            |Mobil:+36209278894         =-


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

Предыдущее
От: Daryl Richter
Дата:
Сообщение: Re: sql-porting-problem oracle to postgresql with UPDATE/IS NOT NULL
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: Detect referential integrity structure