Re: PL/PgSQL STRICT

From: "Marko Tiikkaja" <pgmail(at)joh(dot)to>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PL/PgSQL STRICT
Date: 2013-01-26 16:28:13
Message-ID: op.wri1dbooye4vw9@blue.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
plpgsql_strict2.patch application/octet-stream 11.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-01-26 16:37:23 Re: Support for REINDEX CONCURRENTLY
Previous Message Andres Freund 2013-01-26 16:27:28 Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]