pgsql: Login event trigger documentation wordsmithing

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Login event trigger documentation wordsmithing
Date: 2024-03-14 22:41:09
Message-ID: E1rktl7-003otF-2q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Login event trigger documentation wordsmithing

Minor wordsmithing on the login trigger documentation and code
comments to improve readability, as well as fixing a few small
incorrect statements in the comments.

Author: Robert Treat <rob(at)xzilla(dot)net>
Discussion: https://postgr.es/m/CAJSLCQ0aMWUh1m6E9YdjeqV61baQ=EhteJX8XOxXg8H_2Lcr0Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4665cebc8a01dabd54b000bcc107a3468be3a81c

Modified Files
--------------
doc/src/sgml/event-trigger.sgml | 10 +++++-----
src/backend/commands/event_trigger.c | 18 +++++++++---------
2 files changed, 14 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-03-14 22:55:43 pgsql: Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_pat
Previous Message Tom Lane 2024-03-14 18:57:37 pgsql: Make INSERT-from-multiple-VALUES-rows handle domain target colum