Re: any way for a transaction to "see" inserts done earlier in the transaction?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: any way for a transaction to "see" inserts done earlier in the transaction?
Date: 2014-04-17 00:00:53
Message-ID: 534F19B5.9020602@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/16/2014 4:53 PM, Susan Cassidy wrote:
> Well, it isn't working for me right now. It can't "see" a row that
> was inserted earlier in the transaction. It is a new primary key, and
> when I SELECT it, it isn't found.

are you using the same connection ? it won't be visible to a different
connection until its committed.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Susan Cassidy 2014-04-17 00:05:58 Re: any way for a transaction to "see" inserts done earlier in the transaction?
Previous Message Steven Schlansker 2014-04-16 23:58:23 Re: any way for a transaction to "see" inserts done earlier in the transaction?