Re: plpgsql-trigger.html: Format TG_ variables as table (patch)

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: plpgsql-trigger.html: Format TG_ variables as table (patch)
Дата
Msg-id AF7104E5-8B27-4C84-8771-63972396E957@yesql.se
обсуждение исходный текст
Ответ на Re: plpgsql-trigger.html: Format TG_ variables as table (patch)  (Christoph Berg <myon@debian.org>)
Ответы Re: plpgsql-trigger.html: Format TG_ variables as table (patch)  (Christoph Berg <myon@debian.org>)
Список 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 по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pg_upgrade generated files in subdir follow-up
Следующее
От: Christoph Berg
Дата:
Сообщение: Re: plpgsql-trigger.html: Format TG_ variables as table (patch)