Re: [PATCH] A hook for session start
Fabrízio de Royes Mello <fabriziomello@gmail.com>
From: Fabrízio de Royes Mello <fabriziomello@gmail.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Aleksandr Parfenov <a.parfenov@postgrespro.ru>,
Pgsql Hackers <pgsql-hackers@postgresql.org>, Yugo Nagata <nagata@sraoss.co.jp>
Date: 2017-11-04T18:14:46Z
Lists: pgsql-hackers
Attachments
- 0001-session_start_hook-v5.patch (text/x-patch) patch v5-0001
- 0002-session_end_hook-v5.patch (text/x-patch) patch v5-0002
- 0003-session_hooks_samples-v5.patch (text/x-patch) patch v5-0003
On Sat, Nov 4, 2017 at 1:23 AM, Michael Paquier <michael.paquier@gmail.com> wrote: > > On Fri, Nov 3, 2017 at 1:55 PM, Fabrízio de Royes Mello > <fabriziomello@gmail.com> wrote: > >> Passing the database name and user name does not look much useful to > >> me. You can have access to this data already with CurrentUserId and > >> MyDatabaseId. > > > > This way we don't need to convert oid to names inside hook code. > > Well, arguments of hooks are useful if they are used. Now if I look at > the two examples mainly proposed in this thread, be it in your set of > patches or the possibility to do some SQL transaction, I see nothing > using them. So I'd vote for keeping an interface minimal. > Maybe the attached patch wit improved test module can illustrate better the feature. Regards, -- Fabrízio de Royes Mello Consultoria/Coaching PostgreSQL >> Timbira: http://www.timbira.com.br >> Blog: http://fabriziomello.github.io >> Linkedin: http://br.linkedin.com/in/fabriziomello >> Twitter: http://twitter.com/fabriziomello >> Github: http://github.com/fabriziomello
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add hooks for session start and session end, take two
- e788bd924c19 13.0 landed