qestion

Поиск
Список
Период
Сортировка
От ivan
Тема qestion
Дата
Msg-id Pine.LNX.4.44.0305141148400.8738-100000@rex.anfa.pl
обсуждение исходный текст
Ответы Re: qestion  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список 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 по дате отправления:

Предыдущее
От: "Battaje Sharath Rao "
Дата:
Сообщение: Version 6.5.2
Следующее
От: Ericson Smith
Дата:
Сообщение: Trying to profile my function, but...