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

From Marko Tiikkaja
Subject Re: PL/PgSQL STRICT
Date
Msg-id 50D4861F.5090602@joh.to
Whole thread Raw
In response to Re: PL/PgSQL STRICT  (Marko Tiikkaja <pgmail@joh.to>)
Responses Re: PL/PgSQL STRICT  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 12/21/12 4:49 PM, I wrote:
>> Won't this result in the word STRICT
>> becoming effectively reserved in contexts where it currently is not?
>
> It will, which probably is not ideal if it can be avoided.  I also
> considered syntax like  INTO STRICT NULL,  but that felt a bit ugly.  It
> would be great if someone had any smart ideas about the syntax.

Another idea would be to force the STRICT to be immediately after 
INSERT, UPDATE or DELETE.


Regards,
Marko Tiikkaja




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: need a function to extract list items from pg_node_tree
Next
From: Pavel Stehule
Date:
Subject: Re: PL/PgSQL STRICT