PQoidValue have no use? - Mailing list pgsql-interfaces

From songsubosongtebo songsubosongtebo
Subject PQoidValue have no use?
Date
Msg-id 20041129121635.77385.qmail@web42104.mail.yahoo.com
Whole thread Raw
List pgsql-interfaces
I posted this to pgsql-generl@postgresql.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


pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Borland c++ compile problems
Next
From: Dave Cramer
Date:
Subject: Aubit 4GL for postgresql