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

From: Bosco Rama <postgres(at)boscorama(dot)com>
To: Susan Cassidy <susan(dot)cassidy(at)decisionsciencescorp(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <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:13:48
Message-ID: 534F1CBC.5040801@boscorama.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/16/14 17:08, Susan Cassidy wrote:
> The function does a select to see if the id number exists, and it fails.
> NOT FOUND causes a RAISE EXCEPTION.

Is it returning the right id? I seem to remember a recent thread
about Perl DBI returning the wrong id's for certain operations.

Just at thought.

Bosco.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Susan Cassidy 2014-04-17 00:16:30 Re: any way for a transaction to "see" inserts done earlier in the transaction?
Previous Message Rob Sargent 2014-04-17 00:13:44 Re: any way for a transaction to "see" inserts done earlier in the transaction?