From: | Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: is there anyway to get the backends IP address from |
Date: | 2005-02-17 14:40:34 |
Message-ID: | 4214ACE2.2090406@amsoftwaredesign.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Bruce,
On another note, is there plans to improve the type checking of stored
functions during the save/compile?
Currently I can pretty much make tons of mistakes (on purpose of course
:-) and they are not flagged as errors until runtime.
The biggest complaint I see from other DBAs (MS SQL, Oracle) is that
Postgres does little to no pre-runtime type checking.
Thanks,
Tony Caduto
Bruce Momjian wrote:
>Tony Caduto wrote:
>
>
>>Hi,
>>Does anyone know if there is a way to get the backends IP address from
>>the PID?
>>I am using the view pg_stat_activity and it would be nice if it would
>>also display the IP address along with the PID.
>>
>>I can see the IP address when I do a ps -ef but it would be nice to be
>>able to get it via a sql command.
>>
>>
>
>Added to TODO:
>
> * Add IP address to pg_stat_activity
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tatsuo Ishii | 2005-02-17 14:41:41 | pgpool CVS repository |
Previous Message | Sim Zacks | 2005-02-17 14:14:39 | Re: pg_depend query |