Re: PL/PgSQL STRICT

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: PL/PgSQL STRICT
Дата
Msg-id 50D48F17.7040705@joh.to
обсуждение исходный текст
Ответ на Re: PL/PgSQL STRICT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 12/21/12 5:22 PM, Tom Lane wrote:
> 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.

Yeah, putting STRICT after the command wouldn't work for UPDATE.

I like this one best so far, so I'm going with this syntax for the next 
version of the patch.



Regards,
Marko Tiikkaja



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: PL/PgSQL STRICT
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Event Triggers: adding information