More general configurability of session startup actions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: More general configurability of session startup actions
Date: 2002-03-01 02:08:28
Message-ID: Pine.LNX.4.30.0202282103330.691-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While writing about the database and user-specific session defaults, it
occurred to me, there's a more general feature lurking. Users or admins
could register an SQL-realm function that is executed before the session
starts. That way you could, say, implement a connection audit with
arbitrary alert actions.

I don't mean this to replace the proposed system of session defaults,
since this new idea would probably be a lot more complex and slow, but
it's something to think about.

--
Peter Eisentraut peter_e(at)gmx(dot)net

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-03-01 03:57:17 Re: Final spec on per-database/per-user settings
Previous Message Peter Eisentraut 2002-03-01 01:59:16 Final spec on per-database/per-user settings