Re: [pgadmin-support] show application_name

2012-05-07 Thread Maada Moseray
Thanks Raymond. Unfortunately I cannot see anything at the bottom of my post. So, if the system admin can please atke me off I will be grateful. Thanks. On Sat, May 5, 2012 at 3:47 AM, Raymond O'Donnell wrote: > On 05/05/2012 11:14, Maada Moseray wrote: > > Will the admin please take me off thi

Re: [pgadmin-support] show application_name

2012-05-05 Thread Raymond O'Donnell
On 05/05/2012 11:14, Maada Moseray wrote: > Will the admin please take me off this forum. Thanks. Hi there, You can remove yourself from this mailing list - see the instructions at the bottom of every post. However, if you still have problems after trying that, write again and I'm sure the list o

Re: [pgadmin-support] show application_name

2012-05-05 Thread Maada Moseray
Will the admin please take me off this forum. Thanks. On 4/17/12, Luiz Eduardo wrote: > Olá pessoal, > gostaria de saber como é possível saber o nome da aplicação que está rodando > através da query do postgreSQL > Estou criado uma função em PL/SQL da seguinte forma: > > CREATE OR REPLACE FUNCTIO

[pgadmin-support] show application_name

2012-04-18 Thread Luiz Eduardo
Olá pessoal, gostaria de saber como é possível saber o nome da aplicação que está rodando através da query do postgreSQL Estou criado uma função em PL/SQL da seguinte forma: CREATE OR REPLACE FUNCTION audit() RETURNS trigger AS $BODY$ declare sApplication text; begin execute 'show appl