Incomplete compatibility information for triggers

Поиск
Список
Период
Сортировка
От Louis-Claude Canon
Тема Incomplete compatibility information for triggers
Дата
Msg-id 50A01024.5010007@femto-st.fr
обсуждение исходный текст
Ответы Re: Incomplete compatibility information for triggers  (Josh Kupershmidt <schmiddy@gmail.com>)
Список pgsql-docs
Hello,

the compatibility section of the "create trigger" page
(http://www.postgresql.org/docs/devel/static/sql-createtrigger.html)
claims that a missing functionality is the ability to define aliases for
the "old" and "new" rows or tables. If I am understanding this
correctly, another related missing functionality is that PostgreSQL does
not allow the old and new tables to be referenced for statement-level
triggers (i.e., the "OLD TABLE" that contains all the deleted/modified
rows in case of deletion/update). I think this is also worth noting as
any workaround for it seems to be more difficult (if possible at all)
than for the missing alias feature.

Regards,

Louis-Claude Canon


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

Предыдущее
От: Josh Kupershmidt
Дата:
Сообщение: streaming replication confusion
Следующее
От: Mike Toews
Дата:
Сообщение: pg_dump -t '"Table"' for cmd.exe