dirty reads

From: Josh Close <narshe(at)gmail(dot)com>
To: POSTGRES <pgsql-general(at)postgresql(dot)org>
Subject: dirty reads
Date: 2004-10-14 20:30:08
Message-ID: 4a0cafe204101413309cf57b6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

-Josh

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Copeland 2004-10-14 20:37:03 Re: [pgsql-advocacy] [GENERAL] Reusable pl/pgsql
Previous Message Robin Ericsson 2004-10-14 19:26:50 Re: not using index through procedure