Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA04973; Thu, 18 Jul 91 14:55:44 -0700
Message-Id: <9107182155.AA04973@postgres.Berkeley.EDU>
From: hong@hermes.Berkeley.EDU
Subject: Re: number of tuples processed
To: postgres@postgres.berkeley.edu
Date: Thu, 18 Jul 91 14:55:31 PDT
From: hong@hermes.Berkeley.EDU


> 1. Is (or will) there be a way to query the number of tuples that have
>    been replaced or added to a class after the execution of a 'replace'
>    or 'append' command ?

if you run the backend directly with the -s flag, you will get a detailed
stat report at the end of every command, which includes the number of tuples
processed/replaced/appended, etc.  you can not see the stat if you are running
postgres through the monitor.


					wei hong
					postgres research group
					uc berkeley
