PQoidValue have no use?

From: songsubosongtebo songsubosongtebo <songsubosongtebo(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: PQoidValue have no use?
Date: 2004-11-29 12:16:35
Message-ID: 20041129121635.77385.qmail@web42104.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I posted this to pgsql-generl(at)postgresql(dot)org
yesterday, and wait someone can enlighten me.

1.
The oid may overlap; Insert may fail if i create a
primary key on the oid column(Thank Richard Huxton and
Michael Glaesemann). So I can't locate the single
record I Insert by the oid obtained from PQoidValue.
Then, PQoidValue have no use?

2.
I can use currtid2 to get the ctid after Delete. But
in this method the speed is slow down by the extra sql
query(SELECT currtid2('a'::text,...). I am very
pleasure if the ctid is not changed after Delete or a
function such as 'PQctidValue' can be found in
libpq.:)

3.
How to get ctid after Insert?

I want my code can deal with any table, so I can't add
addtional primary key on tables.

Sincerely,
Songsubo

_________________________________________________________
Do You Yahoo!?
登記免費的 @yahoo.com 中文電子郵件 @ http://chinese.mail.yahoo.com
Get your free @yahoo.com address at http://chinese.mail.yahoo.com

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dave Cramer 2004-11-29 17:47:27 Aubit 4GL for postgresql
Previous Message Bruce Momjian 2004-11-29 01:56:49 Re: Borland c++ compile problems