On 08/04/10 7:03 AM, Gauthier, Dave wrote:
>
> Hi:
>
> 8.3.4 on Linux
>
> How can one kill just the <IDLE> processes I see attached to a DB
> (from pg_stat_activity) without disturbing the others? If I need to
> kill the idle pids one ata time, which signal_name should I use for that?
>
>
kill the programs that are making those idle connections.