On mán, 2007-07-09 at 11:24 +0400, Viatcheslav Kalinin wrote: > Jasbinder Singh Bali wrote: > > 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 ? > Functions are run in a single separate transaction this is not correct. functions run in the transaction where they were called, not in a separate one. gnari