trigger functions broken?
От | Alvaro Herrera |
---|---|
Тема | trigger functions broken? |
Дата | |
Msg-id | 20081008182922.GD4164@alvh.no-ip.org обсуждение исходный текст |
Ответы |
Re: trigger functions broken?
Re: trigger functions broken? Re: trigger functions broken? Re: trigger functions broken? |
Список | pgsql-hackers |
Hi, Trigger functions are supposed to be able to be called only as triggers, but apparently the check is not working in CVS HEAD: alvherre=# create or replace function foo () returns trigger as $$ begin perform 1; return new; end; $$ language plpgsql; CREATE FUNCTION alvherre=# select foo();foo ----- (1 fila) -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support
В списке pgsql-hackers по дате отправления: