Re: [GENERAL] dirty select

2008-04-08 Thread Andrew Sullivan
On Tue, Apr 08, 2008 at 02:39:32PM +0300, Sim Zacks wrote: > Is there any way to do a dirty select to find out what a process is up > to? No. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-gen

[GENERAL] dirty select

2008-04-08 Thread Sim Zacks
Is there any way to do a dirty select to find out what a process is up to? I have a process that is writing 150,000 rows to a table and it is taking way longer then I thought it would. I would like to read the table to make sure that it is not looping through the data or anything like that. Thank