Is there a way to force clients to disconnect from PostgreSQL? I\'m looking for the equivlent of DB2\'s force application all.
I\'d like to do this on my development
Combine pg_terminate_backend function and the pg_stat_activity system view.