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