Re: plpgsql-trigger.html: Format TG_ variables as table (patch)
Christoph Berg <myon@debian.org>
From: Christoph Berg <myon@debian.org>
To: Daniel Gustafsson <daniel@yesql.se>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-31T12:33:24Z
Lists: pgsql-hackers
Attachments
Re: To Daniel Gustafsson
> "string containing" is again pretty boilerplatish, how about just
> "contains"?
Actually, just omitting the whole prefix works best.
TG_WHEN (text)
BEFORE, AFTER, or INSTEAD OF, depending on the trigger's definition.
I also shortened some "name of table" to just "table". Since the data
type is "name", it's clear what "table" means.
Christoph
Commits
-
doc: Use more concise wording for pl/pgSQL TG_ variables
- b7f3981756d3 16.0 landed