Re: PL/PgSQL STRICT - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: PL/PgSQL STRICT
Date
Msg-id op.wri1dbooye4vw9@blue.lan
Whole thread Raw
In response to PL/PgSQL STRICT  (Marko Tiikkaja <pgmail@joh.to>)
Responses Re: PL/PgSQL STRICT
List 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

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]
Next
From: Andres Freund
Date:
Subject: Re: Support for REINDEX CONCURRENTLY