Re: struct Trigger definition in trigger.sgml
Etsuro Fujita <etsuro.fujita@gmail.com>
From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: Richard Guo <guofenglinux@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-02T08:02:21Z
Lists: pgsql-hackers
Hi Richard, On Thu, Sep 1, 2022 at 4:29 PM Richard Guo <guofenglinux@gmail.com> wrote: > On Thu, Sep 1, 2022 at 2:18 PM Etsuro Fujita <etsuro.fujita@gmail.com> wrote: >> While working on something else, I noticed that commit 487e9861d added >> a new field to struct Trigger, but failed to update $SUBJECT to match. >> Attached is a small patch for that. > +1. Good catch. Pushed. Thanks for reviewing! Best regards, Etsuro Fujita
Commits
-
Doc: Update struct Trigger definition.
- d7bc6ea052ea 13.9 landed
- 5527b79cc04a 14.6 landed
- ea4a066e5f15 15.0 landed
- 11e5f99d39ef 16.0 landed
-
Enable BEFORE row-level triggers for partitioned tables
- 487e9861d0cf 13.0 cited