| From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Trigger.sgml |
| Date: | 2016-01-29 02:02:02 |
| Message-ID: | 20160129.110202.414741167176907911.t-ishii@sraoss.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Etsuro Fujita | 2016-01-29 02:03:46 | Re: New committer |
| Previous Message | Kouhei Kaigai | 2016-01-29 01:14:11 | Re: CustomScan under the Gather node? |