Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA02343; Thu, 18 Jul 91 12:13:17 -0700
Date: Thu, 18 Jul 91 12:13:17 -0700
Message-Id: <9107181913.AA02343@postgres.Berkeley.EDU>
From: kyongsok kim <kkim@plains.NoDak.edu>
Subject: Re: number of tuples processed
To: postgres@postgres.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 ?

When I used the equel (embedded quel of the Univ. Ingres), I had the same
question.  With retrieve stmt, you can do something with every tuple
retrieved.  HOwever, with append/replace/delete, you can't do that.

I have not tried with postgres yet.  However, I think that must be a
useful feature.

k kim
