CTID: Anyway to lock it?

From: Jim Hines <jhines(at)wdtv(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: CTID: Anyway to lock it?
Date: 2002-11-04 18:59:47
Message-ID: 200211041359.48031.jhines@wdtv.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,
I have a piece of software that uses specific record numbers in order to pull
data from PG. It uses this query:
select "votes" , CTID, OID from database where ctid in ('(27, 55)')'

Apparently the CTID changes per record with each update. Is there anyway to
lock the CTID so that it doesn't change everytime I update a record?

thanks,

--
Jim Hines

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2002-11-04 19:33:19 Re: CTID: Anyway to lock it?
Previous Message Antonio Pennino 2002-11-04 15:53:43 MFC, CRecordset, crash