OID again

From: Renaud Thonnart <thonnart(at)amwdb(dot)u-strasbg(dot)fr>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: OID again
Date: 2001-05-22 13:04:54
Message-ID: 3B0A63F6.B9C1C1E6@amwdb.u-strasbg.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I would like to know if it was possible to get the OID of a tuple when
we insert it, but not by making a "SELECT oid ... "
Perhaps does a function of libpq++ exist?
Something like :

data.Exec("INSERT INTO table VALUES (10,20, 'aaa')");
int oid = data.GetOid();

Thank you.

Sincerely,
Renaud THONNART

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Pilosov 2001-05-22 13:09:45 Re: how to convert Access to PG unless odbc driver(with sql file)
Previous Message Ahmet Temiz 2001-05-22 13:04:44