Re: plpgsql-trigger.html: Format TG_ variables as table (patch)
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Christoph Berg <myon@debian.org>
Cc: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-02T09:19:12Z
Lists: pgsql-hackers
Attachments
- v2-0001-doc-Use-more-concise-wording-for-pl-pgSQL-TG_-var.patch (application/octet-stream) patch v2-0001
> On 1 Sep 2022, at 15:07, Christoph Berg <myon@debian.org> wrote: > Re: Dagfinn Ilmari Mannsåker >>> I also shortened some "name of table" to just "table". Since the data >>> type is "name", it's clear what "table" means. >> >> I think it reads better with the definite article and initial capital, >> e.g. "The table that triggered ….". > > Since that's not a complete sentence anyway, I think "The" isn't > necessary. Looking at the docs for the other PLs there is quite a lot of variation on how we spell this, fixing that inconsistency is for another patch though. The patch missed to update the corresponding list for TG_ event trigger vars, fixed in the attached. -- Daniel Gustafsson https://vmware.com/
Commits
-
doc: Use more concise wording for pl/pgSQL TG_ variables
- b7f3981756d3 16.0 landed