Re: Client application name

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Client application name
Дата
Msg-id alpine.BSO.2.00.0910131228430.22205@leary.csoft.net
обсуждение исходный текст
Ответ на Client application name  (Dave Page <dpage@pgadmin.org>)
Список pgsql-hackers

On Tue, 13 Oct 2009, Dave Page wrote:

> A useful feature found in other DBMSs such as MS SQL Server that has
> been requested on these lists a few times, is the ability for a client
> application to report its name to the server. This information may
> then be presented in logs, activity reports and so on to aid debugging
> and help the sysadmin/DBA see easily what activity is coming from
> where on their server.

As a point of reference the JDBC API specifies the following which allows 
multiple properties that are similar to the desired request which are 
useful in a multi-tier application.

http://java.sun.com/javase/6/docs/api/java/sql/Connection.html#setClientInfo(java.lang.String,%20java.lang.String)

Kris Jurka


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Wire protocol docs
Следующее
От: "Massa, Harald Armin"
Дата:
Сообщение: Re: Client application name