Re: PL/PgSQL STRICT
Marko Tiikkaja <pgmail@joh.to>
From: "Marko Tiikkaja" <pgmail@joh.to>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2013-01-26T16:28:13Z
Lists: pgsql-hackers
Attachments
- plpgsql_strict2.patch (application/octet-stream) patch
On Fri, 21 Dec 2012 16:14:19 +0100, I wrote: > I wrote a patch > which allows you to add STRICT into PERFORM and INSERT/UPDATE/DELETE > without specifying an INTO clause. Here's the second version of the patch, addressing the syntax issues. I also couldn't make the grammar work with PERFORM STRICT, so I allowed STRICT SELECT instead. Any feedback welcome. Regards, Marko Tiikkaja