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

From Daniel Gustafsson
Subject Re: plpgsql-trigger.html: Format TG_ variables as table (patch)
Date
Msg-id AF7104E5-8B27-4C84-8771-63972396E957@yesql.se
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
> On 31 Aug 2022, at 13:55, Christoph Berg <myon@debian.org> wrote:
> 
> Re: To Peter Eisentraut
>> The new version of the patch just moves up the data types, and removes
>> the extra clutter from the beginnings of each description:
> 
> The last version had the brackets in TG_ARGV[] (text[]) duplicated.

This, and the other string variables, now reads a bit strange IMO:

-       Data type <type>text</type>; a string of
+       string
        <literal>INSERT</literal>, <literal>UPDATE</literal>,
        <literal>DELETE</literal>, or <literal>TRUNCATE</literal>

Wouldn't it be better with "string containing <literal>INSERT.." or something
similar?

--
Daniel Gustafsson        https://vmware.com/




pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pg_upgrade generated files in subdir follow-up
Next
From: Christoph Berg
Date:
Subject: Re: plpgsql-trigger.html: Format TG_ variables as table (patch)