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

From Pavel Stehule
Subject Re: PL/PgSQL STRICT
Date
Msg-id CAFj8pRBYyrqs0_aERuqwrwarmbpiN2OKafij1HjAPHa6jk6CEg@mail.gmail.com
Whole thread Raw
In response to Re: PL/PgSQL STRICT  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
2012/12/21 Tom Lane <tgl@sss.pgh.pa.us>:
> Marko Tiikkaja <pgmail@joh.to> writes:
>> Another idea would be to force the STRICT to be immediately after
>> INSERT, UPDATE or DELETE.
>
> What about before it, ie
>
>         STRICT UPDATE ...
>
> This should dodge the problem of possible conflict with table names,
> and it seems to me to read more naturally too.

+1

Pavel



>
>                         regards, tom lane
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers



pgsql-hackers by date:

Previous
From: Charles Gomes
Date:
Subject: Writing Trigger Functions in C
Next
From: Marko Tiikkaja
Date:
Subject: Re: PL/PgSQL STRICT