Database Insertion commitment - Mailing list pgsql-general

From Jasbinder Singh Bali
Subject Database Insertion commitment
Date
Msg-id a47902760707082353p121a0581oe071d2bff09231fa@mail.gmail.com
Whole thread Raw
Responses Re: Database Insertion commitment
Re: Database Insertion commitment
List 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

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Direct I/O
Next
From: Koen Vermeer
Date:
Subject: Force SSL / username combination