Re: Statement triggers 7.4 NEW/OLD

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Statement triggers 7.4 NEW/OLD
Дата
Msg-id 3EA9EFA3.EF4C0D1@Yahoo.com
обсуждение исходный текст
Ответ на Statement triggers 7.4 NEW/OLD  (Andreas Pflug <Andreas.Pflug@web.de>)
Ответы Re: Statement triggers 7.4 NEW/OLD  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-sql
Andreas Pflug wrote:
> 
> How can I address the rows affected by an insert/update/delete statement
> in pl/pgsql?
> The doc says that NEW and OLD will be NULL for statement triggers, which
> makes sense because NEW and OLD are of type RECORD, capable of holding
> only a single row.
> So where's the beef?

IMHO statement triggers instead should have access to the NEW and OLD
rows through some mechanism. I can think of NEW and OLD being reference
cursors in the case of statement triggers, and the trigger then can
FETCH the rows from there.


Jan

-- 
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: create/alter/drop within transactions?
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: /* */ comments showing up in pg_stat_activity