Re: What hook would you recommend for "one time, post authentication"?

From: Daniel Farina <daniel(at)heroku(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: What hook would you recommend for "one time, post authentication"?
Date: 2013-10-29 04:04:12
Message-ID: CAAZKuFavDXg4Hqoj3HNHXQu5v+STeCsRzSu=6q+X3WYsXX5xjw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 28, 2013 at 6:27 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> roleid = get_role_oid(port->user_name, true);

Thank you for that, that appears to work very well to my purpose, as
does ClientAuthentication_hook, now.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2013-10-29 04:53:23 Prototype row-security write trigger
Previous Message Tom Lane 2013-10-29 03:31:42 Re: OSX doesn't accept identical source/target for strcpy() anymore