From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | Sebastián Villalba <sebastian(at)fcm(dot)unc(dot)edu(dot)ar> |
Cc: | jlcambero <jlcambero(at)emergya(dot)es>, pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Como eliminar bloqueos |
Date: | 2007-05-23 03:47:05 |
Message-ID: | c2d9e70e0705222047w6d9d4712h7db1c6cb710e2241@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 5/22/07, Sebastián Villalba <sebastian(at)fcm(dot)unc(dot)edu(dot)ar> wrote:
> Hola José Luis...
>
> On Tue, 22 May 2007 12:28:16 +0200, jlcambero wrote
> > Se me ha olvidado comentar que con el pgAdmin ya he intentado
> > finalizar los bloqueos y la sesion que los ha provocado (que se ha
> > quedado abierta) y no ha funcionado.
> >
> > Gracias
>
> Ya me tirarán las orejas si te estoy dando un mal consejo, pero yo lo hice y
> no me dió problemas. Podés hacer dentro de psql:
>
> SELECT procpid FROM pg_stat_activity WHERE datname = 'tuBaseDatos';
>
ok, hasta aqui... pero no hagas kill mejor usa pg_cancel_backend(pid int)
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Raúl Andrés Duque | 2007-05-23 04:00:47 | Transacciones lentas |
Previous Message | usuario anonimo | 2007-05-23 00:51:38 | Re: insertar registro en una tabla al insertar en otra |