Re: Making dirty reads possible?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-sql(at)vankoperen(dot)nl, pgsql-sql(at)postgresql(dot)org
Subject: Re: Making dirty reads possible?
Date: 2004-12-06 21:51:27
Message-ID: 200412061351.27506.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Guys,

> I find I've been stymied using server-side functions for large batch jobs
> for pretty much the same reason. I find it works better and it's more
> flexible to write client-side programs in the language of my choice that
> connect to the database and do the batch jobs.

FWIW, Gavin Sherry is working on CREATE PROCEDURE for 8.1, which may include
some ability to have multiple-transaction procedures.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Mian Yong Leow 2004-12-07 02:58:43 Insert successful but data not found
Previous Message Greg Stark 2004-12-06 21:28:54 Re: Making dirty reads possible?