Transition tables for column-specific UPDATE triggers

Поиск
Список
Период
Сортировка
От Guy Burgess
Тема Transition tables for column-specific UPDATE triggers
Дата
Msg-id a3f75b9c-80d5-58d5-aeb9-8ca70ee4387b@burgess.co.nz
обсуждение исходный текст
Ответы Re: Transition tables for column-specific UPDATE triggers  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-general

Hello,

The manual says: https://www.postgresql.org/docs/current/sql-createtrigger.html

A column list cannot be specified when requesting transition relations.

And (I think the same point):

The standard allows transition tables to be used with column-specific UPDATE triggers, but then the set of rows that should be visible in the transition tables depends on the trigger's column list. This is not currently implemented by PostgreSQL.

Are there any plans to allow transition tables to be used with column-specific UPDATE triggers?  Or, is there another way for a trigger function to see the rows changed by a column-specific UPDATE trigger?

Thanks

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

Предыдущее
От: Morris de Oryx
Дата:
Сообщение: Re: Case Insensitive Comparison with Postgres 12
Следующее
От: Pavel Křehula
Дата:
Сообщение: Re: Case Insensitive Comparison with Postgres 12