Re: user connection properties

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: user connection properties
Дата
Msg-id 4A5F32760200002500028842@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: user connection properties  (Isabella Ghiurea <isabella.ghiurea@nrc-cnrc.gc.ca>)
Список pgsql-admin
Isabella Ghiurea <isabella.ghiurea@nrc-cnrc.gc.ca> wrote:

> I don't think optional is  the right word,.

The issue is that the server has no clue what the application is
beyond what the client sends over the wire, so the server must trust
the client to tell it something useful.  There is a lot of code out
there which doesn't set this (so far nonexistent) connection property,
and I'm sure that breaking all of that code is not an option.  Hence,
if we add it, it will be optional.

> This information should be collected  in one of the  internal table,
> next to  client's host ip and user  name .

This would probably show up in pg_stat_activity somewhere.

>  BTW: I don't know to much about PG 's " feature wish list " ,  if
> we get more feedback  from some of the  Gurus  we can  add this one
> to the list.

There is a TODO list.

http://wiki.postgresql.org/wiki/Todo

I'll suggest this be added.

-Kevin

В списке pgsql-admin по дате отправления:

Предыдущее
От: Carol Walter
Дата:
Сообщение: Re: Old version?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: commit within function