Trigger.sgml

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Trigger.sgml
Дата
Msg-id 20160129.110202.414741167176907911.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответы Re: Trigger.sgml
Список pgsql-hackers
I am working as a volunteer to translate docs to Japanese. I have been
having hard time to parse the following sentence in
doc/src/sgml/trigger.sgml.

--------------------------------------------------------------------
The possibility of surprising outcomes should be considered when there
are both <literal>BEFORE</> <command>INSERT</command> and
<literal>BEFORE</> <command>UPDATE</command> row-level triggers that
both affect a row being inserted/updated (this can still be
problematic if the modifications are more or less equivalent if
they're not also idempotent).
--------------------------------------------------------------------

Especially I don't understand this part:
 (this can still be problematic if the modifications are more or less equivalent if they're not also idempotent).

It would be great if someone could enligntend me.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp



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

Предыдущее
От: Kouhei Kaigai
Дата:
Сообщение: Re: CustomScan under the Gather node?
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: New committer