Re: [GENERAL] Retrieve ip client from postgres

2004-11-06 Thread Mario A. Soto Cordones
OK thank you > On Fri, Nov 05, 2004 at 04:21:52PM -0400, Mario A. Soto Cordones wrote: > >> How can i get the Client Host name/IP Address for the current >> connection(session). Is there any function or system table(view) which >> will these details. > > In 8.0 you'll be able to use inet_client_ad

Re: [GENERAL] Retrieve ip client from postgres

2004-11-05 Thread Michael Fuhr
On Fri, Nov 05, 2004 at 04:21:52PM -0400, Mario A. Soto Cordones wrote: > How can i get the Client Host name/IP Address for the current > connection(session). Is there any function or system table(view) which > will these details. In 8.0 you'll be able to use inet_client_addr(). I don't think yo

[GENERAL] Retrieve ip client from postgres

2004-11-05 Thread Mario A. Soto Cordones
Hi, How can i get the Client Host name/IP Address for the current connection(session). Is there any function or system table(view) which will these details. Thank ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an i