From: | Tino Wildenhain <tino(at)wildenhain(dot)de> |
---|---|
To: | "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Feature-Request: Login-Procedure |
Date: | 2006-05-11 10:30:13 |
Message-ID: | 44631235.1070704@wildenhain.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
A. Kretschmer schrieb:
> am 11.05.2006, um 11:56:51 +0200 mailte Tino Wildenhain folgendes:
>
>>A. Kretschmer schrieb:
>>
>>>Hello,
>>>Someone asks for a Login-Procedure like Sybase:
>>> set OPTION PUBLIC.LOGIN_PROCEDURE='meine_tolle_prozedur';
>>>I think, this i possibly a nice feature, either per user or for all
>>>users. We have a 'ALTER USER name SET parameter ...', simply add a new
>>>Parameter 'login_procedure' and call this procedure?
>>
>>I wonder what this procedure should do? :-)
>
>
> For instance:
>
> - the database-administrator can set a flag in one table to deny
> user-logins, a syste-wide logon-proc can check this flag.
say like pg_hba.conf? ;)
> See News, MID <4cddr5F14e7vpU1(at)individual(dot)net>, i know, you can read
> german better than i can write english ;-)
>
> - Accounting
ok, this one maybe ;)
>
> - create a greeting ;-)
> (who has birthday?, ...)
>
I was not aware so many people working at the psql console
regulary :-)
From | Date | Subject | |
---|---|---|---|
Next Message | A. Kretschmer | 2006-05-11 10:44:37 | Re: Feature-Request: Login-Procedure |
Previous Message | Douglas McNaught | 2006-05-11 10:28:49 | Re: Debugging SQL queries |