Return-Path: postarch
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA03626; Tue, 10 Mar 92 14:29:31 -0800
Message-Id: <9203102229.AA03626@postgres.Berkeley.EDU>
From: postarch (Postgres Mailing Archive)
Subject: Re: Getting oid from append
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Reply-To: mer@postgres.berkeley.edu
In-Reply-To: Your message of "Fri, 06 Mar 92 20:23:31 PST."
             <9203070423.AA18412@postgres.Berkeley.EDU> 
Date: Tue, 10 Mar 92 14:29:17 PST

you write:

> When using libpq, I would like to know what the oid of an
> object is after appending it to a class.  Is there any
> "fast and easy" way of extracting this information?  Seems
> like PQexec could return this in its return/status string?

Currently the only way is to retrieve the tuple you just appended.

Your request is reasonable and has been asked for in the past.  I will
see what I can do...

Jeff
