Re: Application name patch - v2 - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Application name patch - v2
Date
Msg-id 4ADC4535020000250002BB04@gw.wicourts.gov
Whole thread Raw
In response to Re: Application name patch - v2  (David Fetter <david@fetter.org>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Writeable CTEs and side effects
Next
From: Alvaro Herrera
Date:
Subject: Re: ALTER TABLE SET STATISTICS requires AccessExclusiveLock