Re: Connected user in a triggerfunction

From: Richard Huxton <dev(at)archonet(dot)com>
To: Dick Kniep <dick(at)kniep(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Connected user in a triggerfunction
Date: 2006-01-26 09:02:13
Message-ID: 43D89015.8000802@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dick Kniep wrote:
> Anyone?

I thought I saw an answer to this yesterday. Have you tried CURRENT_USER
? It's in the "functions and operators" section of the manuals (contrary
to appearance, it is a function).

> Op vrijdag 20 januari 2006 07:56, schreef Dick Kniep:
>> Hi list,
>>
>> We are using logging in a database based on triggers and plpgsql functions.
>> This works OK. However, we want deletes to be recorded too, and there we
>> want the user who connected to be recorded in the log. So, how can I get
>> the connected user in a triggerfunction?
>>
>> Cheers,
>> Dick Kniep

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Korteweg 2006-01-26 10:03:26 Re: Missing database entry in pg_database
Previous Message Richard Huxton 2006-01-26 08:52:41 Re: 2 instances of postmaster with different data directories