| From: | Alban Hertroys <dalroi(at)solfertje(dot)student(dot)utwente(dot)nl> |
|---|---|
| To: | "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: insert order question |
| Date: | 2011-05-13 06:35:48 |
| Message-ID: | 6A348F93-BE31-41CD-A5D5-1D203F0E1A92@solfertje.student.utwente.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 12 May 2011, at 22:07, Gauthier, Dave wrote:
> Ya, I'm sort of coming to that conclusion because of a different consideration. I'm worried about whether or not the triggers will be fired immediately after each record inserted, or once ot the end, or something else.
That's just the difference between row-level triggers and statement-level triggers, so it depends on which of those you use.
Alban Hertroys
--
Screwing up is an excellent way to attach something to the ceiling.
!DSPAM:737,4dccd14f11921626814358!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | F T | 2011-05-13 07:07:56 | Re: simple update query too long |
| Previous Message | Craig Ringer | 2011-05-13 05:17:22 | Re: Sharing data between databases |