Database Insertion commitment

From: "Jasbinder Singh Bali" <jsbali(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Database Insertion commitment
Date: 2007-07-09 06:53:48
Message-ID: a47902760707082353p121a0581oe071d2bff09231fa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

If I have a series of Insert statements within a loop in a function on the
same table.
Would an Insert be able to see the values of previous insert in that table ?
I just wanted to know, when would the records be committed, as in, is it
after the whole function is done for with its execution or
right after one single insert.

Right now what I'm observing is that all the inserts are committed after the
whole function is executed and one insert doesn't see the value of its
previous insert.
In this scenario, how can an insert see the value of its previous insert
even though the whole transaction that lies within the function is not
complete.

Thanks,
~Jas

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Koen Vermeer 2007-07-09 07:05:31 Force SSL / username combination
Previous Message Ron Johnson 2007-07-09 03:23:53 Re: Direct I/O