Ian Lance Taylor <[EMAIL PROTECTED]> writes:
> Anyhow, I see that there is a move afoot to eliminate mandatory OIDs.
> My question now is: if there is no OID, is there any comparable way to
> implement CURRENT OF cursor? Basically what is needed is some way to
> identify a particular row between a SELECT and an UPDATE.
I'd look at using TID. Seems like that is more efficient anyway (no
index needed). Hiroshi has opined that TID is not sufficient for ODBC
cursors, but it seems to me that it is sufficient for SQL cursors.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
- [HACKERS] CURRENT OF cursor without OIDs Ian Lance Taylor
- Re: [HACKERS] CURRENT OF cursor without OID... Tom Lane
- Re: [HACKERS] CURRENT OF cursor without OID... Hiroshi Inoue
- Re: [HACKERS] CURRENT OF cursor without OID... Ian Lance Taylor
- Re: [HACKERS] CURRENT OF cursor without OID... Hiroshi Inoue
- Re: [HACKERS] CURRENT OF cursor without OID... Ian Lance Taylor
- Re: [HACKERS] CURRENT OF cursor without... Hiroshi Inoue
- RE: [HACKERS] CURRENT OF cursor without OID... Zeugswetter Andreas SB SD
- Re: [HACKERS] CURRENT OF cursor without... Ian Lance Taylor
- Re: [HACKERS] CURRENT OF cursor without OID... Hiroshi Inoue
- Re: [HACKERS] CURRENT OF cursor without OID... Tom Lane
- Re: [HACKERS] CURRENT OF cursor without OID... Tom Lane
