Re: review: CHECK FUNCTION statement
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2012-03-02T08:29:26Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add const qualifiers to node inspection functions
- d5f23af6bfbc 9.2.0 cited
Hello 2012/3/1 Alvaro Herrera <alvherre@commandprompt.com>: > > > 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 <alvherre@commandprompt.com> > The PostgreSQL Company - Command Prompt, Inc. > PostgreSQL Replication, Consulting, Custom Development, 24x7 support