struct Trigger definition in trigger.sgml

Etsuro Fujita <etsuro.fujita@gmail.com>

From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-01T06:18:38Z
Lists: pgsql-hackers

Attachments

Hi,

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.

Best regards,
Etsuro Fujita

Commits

  1. Doc: Update struct Trigger definition.

  2. Enable BEFORE row-level triggers for partitioned tables