Re: BUG #2289: insert into tables not working - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: BUG #2289: insert into tables not working
Date
Msg-id 20060301040558.GA16191@winnie.fuhr.org
Whole thread Raw
In response to BUG #2289: insert into tables not working  ("Abhilash Krishnan" <abhi_742@hotmail.com>)
List pgsql-bugs
[Please copy the mailing list on replies.]

On Wed, Mar 01, 2006 at 08:55:29AM -0800, Abhilash Krishnan wrote:
> ya.... the transactions are commited.... also no error has been shown in any
> of the operations....

How are you determining that data isn't getting inserted?  If you
do a select in the same transaction as the inserts, do you see the
data?  If you commit the transaction and then start a new transaction,
does a select in the new transaction see the data?  If concurrent
transactions aren't able to see the data even after it's committed,
what isolation level are those transactions using?  A SERIALIZABLE
transaction won't see data committed by other transactions after
its snapshot has been taken.

If none of this helps then could you post a series of steps that
somebody could use to duplicate the problem?

--
Michael Fuhr

pgsql-bugs by date:

Previous
From: Qingqing Zhou
Date:
Subject: Re: FATAL: semctl(1672698088, 12, SETVAL, 0) failed
Next
From: "Adriaan van Os"
Date:
Subject: BUG #2292: Calling conventions in docs