Re: dirty reads

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Josh Close <narshe(at)gmail(dot)com>
Cc: POSTGRES <pgsql-general(at)postgresql(dot)org>
Subject: Re: dirty reads
Date: 2004-10-14 20:38:19
Message-ID: 200410142038.i9EKcJd22774@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Josh Close wrote:
> Is there a way to do "dirty" reads on postgres?
>
> If there is an insert of a million records or so, is there a way to
> select from those records before it's committed?

By your transaction, sure, by another, no.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bambero 2004-10-14 20:43:44 Boolean
Previous Message Tom Copeland 2004-10-14 20:37:03 Re: [pgsql-advocacy] [GENERAL] Reusable pl/pgsql