Re: plpgsql-trigger.html: Format TG_ variables as table (patch) - Mailing list pgsql-hackers

From Christoph Berg
Subject Re: plpgsql-trigger.html: Format TG_ variables as table (patch)
Date
Msg-id Yw9VFHD1APjGRCec@msg.df7cb.de
Whole thread Raw
In response to Re: plpgsql-trigger.html: Format TG_ variables as table (patch)  (Christoph Berg <myon@debian.org>)
Responses Re: plpgsql-trigger.html: Format TG_ variables as table (patch)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: replacing role-level NOINHERIT with a grant-level option
Next
From: Andrew Dunstan
Date:
Subject: Re: SQL/JSON features for v15