| From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
|---|---|
| To: | "Andres Serrano" <ansega(at)gmail(dot)com> |
| Cc: | Postgres Español <pgsql-es-ayuda(at)postgresql(dot)org> |
| Subject: | Re: Eliminar procesos lanzados por un cliente |
| Date: | 2006-04-19 04:42:18 |
| Message-ID: | c2d9e70e0604182142n4310e7dfq6435f25aac11bdef@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
On 4/18/06, Andres Serrano <ansega(at)gmail(dot)com> wrote:
> Gracias mario pero necesito que la solucion sea independiente del Sistema
> operativo
>
> deseo que sea el mismo postgres es decir si puedo lograr que el
> pg_stat_activity me indicase la ip del cliente ya que me dice de todo pero
> solo le falta ese dato que seria el que necesito para dotar a la aplicacion
> de una mecanismo automatico para terminar procesos largos indeseados.
>
> muchas gracias nuevamente y disculpeme por lo de la copia ya lo corregi
>
http://www.postgresql.org/docs/8.0/static/functions-info.html
inet_client_addr() inet address of the remote connection
inet_client_port() int4 port of the remote connection
--
Atentamente,
Jaime Casanova
"What they (MySQL) lose in usability, they gain back in benchmarks, and that's
all that matters: getting the wrong answer really fast."
Randal L. Schwartz
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Serrano | 2006-04-19 12:48:56 | Re: Eliminar procesos lanzados por un cliente |
| Previous Message | Jaime Casanova | 2006-04-19 04:36:58 | Re: Problema con IF NOT FOUND en función plpgsql |