Re: Long running update

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Roman Neuhauser <neuhauser(at)sigpipe(dot)cz>
Cc: Akash Garg <akash(dot)garg(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Long running update
Date: 2005-08-12 04:00:08
Message-ID: 87d5ojajp3.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Roman Neuhauser <neuhauser(at)sigpipe(dot)cz> writes:

> Yeah, it would be nice if select, insert, update, delete could
> be set to log their progress at configured intervals.

One feature that would be handy for doing this would be if Postgres supported
READ DIRTY. Few databases support it, and Postgres currently doesn't, but it
would be extremely handy for peeking to see how much progress an update,
delete, or insert has made.

--
greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomek Grzejszczyk 2005-08-12 04:50:50 Re: function accepting a row
Previous Message CSN 2005-08-12 01:14:38 Re: plphp: PHP Warning: Call-time pass-by-reference has been deprecated