Re: Application name patch - v2

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Application name patch - v2
Дата
Msg-id 4ADC4535020000250002BB04@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Application name patch - v2  (David Fetter <david@fetter.org>)
Список pgsql-hackers
David Fetter <david@fetter.org> wrote: 
> Could you point to a reference for this?  It could help the rest of
us
> see what you're aiming for even better :)
Sybase Adaptive Server Enterprise (ASE)
clientapplname varchar(30) column in sysprocesses table:
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.tables/html/tables/tables50.htm
It can be set (for example) in the LOGINREC structure with DBSETLAPP:
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc32600.1500/html/dblib/dblib18.htm
SET clientapplname command to set on the fly by running SQL on the
connection:
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.commands/html/commands/commands85.htm
-Kevin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Writeable CTEs and side effects
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: ALTER TABLE SET STATISTICS requires AccessExclusiveLock