| From: | "tsunakawa(dot)takay(at)fujitsu(dot)com" <tsunakawa(dot)takay(at)fujitsu(dot)com> |
|---|---|
| To: | 'Konstantin Knizhnik' <k(dot)knizhnik(at)postgrespro(dot)ru> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | RE: On login trigger: take three |
| Date: | 2020-09-04 00:11:46 |
| Message-ID: | TYAPR01MB299057DD3A4AA8CF2B896EEEFE2D0@TYAPR01MB2990.jpnprd01.prod.outlook.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
From: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>
> Recently I have asked once again by one of our customers about login trigger in
> postgres. People are migrating to Postgres from Oracle and looking for Postgres
> analog of this Oracle feature.
> This topic is not new:
> I attached my prototype implementation of this feature.
> I just to be sure first that this feature will be interested to community.
> If so, I will continue work in it and prepare new version of the patch for the
> commitfest.
Thanks a lot for taking on this! +10
> It may be considered as argument against handling session start using trigger.
> But it seems to be the most natural mechanism for users.
Yeah, it's natural, just like the Unix shells run some shell scripts in the home directory.
Regards
Takayuki Tsunakawa
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2020-09-04 00:15:32 | Re: proposal: possibility to read dumped table's name from file |
| Previous Message | Thomas Munro | 2020-09-03 23:58:21 | Re: A micro-optimisation for walkdir() |