Re: backup server - how to disconnect

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

Sorry, but I found a little bug in the command line...

To solve just replace "$i" for "$pid":

for pid in `psql -A -t -c "select procpid from pg_stat_activity"`; do pg_ctl kill TERM $pid; done

Sorry... :-)

Fabrízio de Royes Mello escreveu:
Hello Mark,

I don't know a command in postgres to do that, but if you're running postgres on Linux try it on the command line:

for pid in `psql -A -t -c "select procpid from pg_stat_activity"`; do pg_ctl kill TERM $i; done


Best regards.

Ps: Sorry, but my english isn't so good.


Cordialmente,

--
Fabrízio de Royes Mello
Coordenador Desenvolvimento de Software
fmello@xxxxxxxxxxxxxxx
DBSeller Informática Ltda. - http://www.dbseller.com.br
(51) 3076-5101

--
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux