[EMAIL PROTECTED] 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 ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings