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

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: plpgsql-trigger.html: Format TG_ variables as table (patch)
Дата
Msg-id Yw9VFHD1APjGRCec@msg.df7cb.de
обсуждение исходный текст
Ответ на 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)  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: replacing role-level NOINHERIT with a grant-level option
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: SQL/JSON features for v15