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: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-03-07T05:35:06Z
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
Attachments
- check_function-2012-03-07-1.patch.gz (application/x-gzip) patch 2012
Hello I found one small issue where Query was not forwarded when trigger record was broken. I had to append "context" forwarding. Regards Pavel 2012/3/6 Pavel Stehule <pavel.stehule@gmail.com>: > Hello > > there is new version > > * fixed small formatting issues related to drop SPI call > * long functions was divided > * CREATE TRIGGER ALL ON table support > > Regards > > Pavel