Re: [PERFORM] list number of entries to be delete in cascading deletes

2014-02-12 Thread Eildert Groeneveld
On Di, 2014-02-11 at 18:58 -0200, Claudio Freire wrote: > On Tue, Feb 11, 2014 at 5:54 PM, Eildert Groeneveld > wrote: > > Dear All > > > > this probably not the best list to post this question: > > > > I use cascading deletes but would like to first inform the user what she > > is about to do. >

Re: [PERFORM] list number of entries to be delete in cascading deletes

2014-02-11 Thread Claudio Freire
On Tue, Feb 11, 2014 at 5:54 PM, Eildert Groeneveld wrote: > Dear All > > this probably not the best list to post this question: > > I use cascading deletes but would like to first inform the user what she > is about to do. > Something like : explain delete from PANEL where panel_id=21; > -- you a

[PERFORM] list number of entries to be delete in cascading deletes

2014-02-11 Thread Eildert Groeneveld
Dear All this probably not the best list to post this question: I use cascading deletes but would like to first inform the user what she is about to do. Something like : explain delete from PANEL where panel_id=21; -- you are about to delete 32144 records in tables abc aaa wewew This is clearly