Activity count problem

From: dino <dinesh(dot)psql(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Activity count problem
Date: 2009-08-03 09:02:59
Message-ID: 6fc36e34-c0db-4476-87a7-2c05bbc32e2e@k19g2000yqn.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi All,

Is there a way I can get activity count of previously run sql to do
some quick error checks.
Say like I ran a select query on an error table and if the activity
count shows that the select query resulted in 10 rows, I want the
process to show failure status. Can this be tracked in pgsql?

Please help me out with this.

Thanks,
Dino

Browse pgsql-sql by date

  From Date Subject
Next Message Klas Stockhem 2009-08-03 11:00:53 Problems when copy data from dump file
Previous Message Joshua Tolley 2009-07-31 23:29:35 Re: How fetch multiple rows into one text-field?