Re: execute function after user connect

From: <btober(at)seaworthysys(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: execute function after user connect
Date: 2004-04-02 21:08:21
Message-ID: 64842.216.238.112.88.1080940101.squirrel@$HOSTNAME
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> On Fri, Apr 02, 2004 at 11:58:42 -0500,
> John DeSoi <jd(at)icx(dot)net> wrote:
>> Is there a mechanism to execute a function after the user connects to
>> the database?

Something like an "AFTER CONNECT" trigger (might as well as for a "BEFORE
DISCONNECT" trigger, too!). I've inquired about this feature in the past
and can think of what seem to be very useful uses.

Unfortunately, my skill set is such that I must rely on the kindness of
others to actually see it implemented...

Eagerly awaiting that day.

~Berend Tober

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Manfred Koizar 2004-04-02 21:53:29 Re: [GENERAL] Large DB
Previous Message Bruno Wolff III 2004-04-02 20:26:46 Re: row-level security model