Hello 2012/3/1 Alvaro Herrera <[email protected]>: > > > Why does CollectCheckedFunctions skip trigger functions? My only guess > is that at one point the checker was not supposed to know how to check > them, and a later version learned about it and this bit wasn't updated; > but maybe there's another reason?
you cannot to check trigger function without assigned relation - TupleDescription should be assigned to NEW and OLD variables. Regards Pavel > > -- > Álvaro Herrera <[email protected]> > The PostgreSQL Company - Command Prompt, Inc. > PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
