Re: Optional REFERENCES Feature in CREATE TRIGGER Command
| От | Tom Lane |
|---|---|
| Тема | Re: Optional REFERENCES Feature in CREATE TRIGGER Command |
| Дата | |
| Msg-id | 14874.1102907450@sss.pgh.pa.us обсуждение |
| Ответ на | Optional REFERENCES Feature in CREATE TRIGGER Command (hyip@site.uottawa.ca) |
| Ответы |
Re: Optional REFERENCES Feature in CREATE TRIGGER Command
Re: Optional REFERENCES Feature in CREATE TRIGGER Command |
| Список | pgsql-patches |
hyip@site.uottawa.ca writes:
> The attached patch adds the optional REFERENCES syntax in CREATE TRIGGER
> statement to make an automatic alias for OLD/NEW record during trigger
> setup. The implementation of this new feature makes CREATE TRIGGER
> command more compatible to SQL standard, and allows the future
> implementation of executing SQL commands in trigger action.
I must be missing something, but AFAICS this patch doesn't actually *do*
anything useful. It looks to me like you've implemented a write-only
addition to the system catalogs. (And not even done a very good job of
that --- no documentation, no pg_dump support.) What's the point?
regards, tom lane
В списке pgsql-patches по дате отправления: