qestion - Mailing list pgsql-admin

From ivan
Subject qestion
Date
Msg-id Pine.LNX.4.44.0305141148400.8738-100000@rex.anfa.pl
Whole thread Raw
Responses Re: qestion  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-admin
hi,

i connect to my postgres only by socket tcp/ip , and i have to know what
client is connected to postgres in plpgsql function. I have many useres
in pg_hba.conf which can connect to server from all local network.
Then i need know from which client is connection. Is same way to check it
? or rewrite postmaster ?

... oh , is possible to change pg_hba.conf in plpgsql function, ie, when i
create new user (throught plpgsql func.) i need to add ip address, which
will be used by this new user.

can someone help me ???

thx




pgsql-admin by date:

Previous
From: "Battaje Sharath Rao "
Date:
Subject: Version 6.5.2
Next
From: Ericson Smith
Date:
Subject: Trying to profile my function, but...