Re: [ADMIN] Get client's IP

2003-01-06 Thread Robert Treat
AFAIK there is no such function. I think you could create one in C by look at both the semantics of pggetusername and the code that captures connection ips for purpose of writing to the log files. Robert Treat On Sat, 2003-01-04 at 06:08, Rajesh Kumar Mallah. wrote: > > I had asked the same que

Re: [ADMIN] Get client's IP

2003-01-04 Thread Rajesh Kumar Mallah.
I had asked the same question few months back but did not get any response :-( mallah. On Tuesday 31 December 2002 01:31 am, Ing. Gabriel Monsalvo wrote: > Hi! > > i'm actually make and audit function for use with a trigger, in this > function i want to store in a table the client's ip address

[ADMIN] Get client's IP

2002-12-30 Thread Ing. Gabriel Monsalvo
Hi!   i'm actually make and audit function for use with a trigger, in this function i want to store in a table the client's ip address, there is any postgresql's function to obtain it? like getpgusername o similar?   thanks in adavance...     Gabriel.