From: Konstantin Knizhnik <k.knizhnik@postgrespro.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