[GENERAL] Number of rows affected by ON CASCADE - Mailing list pgsql-general

From Dan
Subject [GENERAL] Number of rows affected by ON CASCADE
Date
Msg-id CAK00fOLCrx+aq3bka3YtYJ5woQBGvz=Gug_yWcwCOMD9WkJquA@mail.gmail.com
Whole thread Raw
List pgsql-general
Hi,

When I do a DELETE FROM table WHERE ...;

I get the number of rows deleted in that table.

How do I get the total number of rows deleted in the database by
foreign keys with the ON CASCADE option?

Thanks,
Daniel


pgsql-general by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [GENERAL] Deleting unwanted wal files
Next
From: Rob Audenaerde
Date:
Subject: [GENERAL] Count column with name 'count' returns multiple rows. Why?