pgsql: Login event trigger documentation wordsmithing - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Login event trigger documentation wordsmithing
Date
Msg-id E1rktl7-003otF-2q@gemulon.postgresql.org
Whole thread Raw
List 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@xzilla.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make INSERT-from-multiple-VALUES-rows handle domain target colum
Next
From: David Rowley
Date:
Subject: pgsql: Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_pat