Re: Finding tables dropped by DROP TABLE CASCADE

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Finding tables dropped by DROP TABLE CASCADE
Date: 2011-08-17 00:19:46
Message-ID: CAB7nPqQY1xHu3CCFZ_EL6eNpgDpOM2gnazMqrVTqRSiHQMBbpQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Just a suggestion, but...
Why not using an external wrapper function on reportDependentObjects in
dependency.c to find the list of Oids for a cascade deletion based on a list
of objects?
Isn't it possible?

Regards,
--
Michael Paquier
http://michael.otacoo.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-08-17 00:35:50 Re: synchronized snapshots
Previous Message Tatsuo Ishii 2011-08-17 00:10:32 Finding tables dropped by DROP TABLE CASCADE