Re: Ask ctid

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Achmad Nizar Hidayanto <nizar(at)cs(dot)ui(dot)ac(dot)id>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Ask ctid
Date: 2008-03-06 13:43:52
Message-ID: 15368.1204811032@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Achmad Nizar Hidayanto <nizar(at)cs(dot)ui(dot)ac(dot)id> writes:
> I implement database in my faculty using Postgre. I have a problem
> with ctid in my tables. Let say, i have table STUDENT with #STU
> as the primary key. I don't know what happend in this table, some
> rows have exactly the same value ( i also have set the #STU as unique).
> After tracing the table, i found that the two rows differ in ctid value.
> As the impact, my application cannot operate well.

There are some known bugs in older PG releases that could lead to
duplicate rows (actually, to multiple versions of a row all being seen
as live). If you're not on the latest minor version of your release
series, update.

regards, tom lane

In response to

  • Ask ctid at 2008-03-06 10:40:00 from Achmad Nizar Hidayanto

Responses

  • Re: Ask ctid at 2008-03-07 08:28:12 from Achmad Nizar Hidayanto

Browse pgsql-general by date

  From Date Subject
Next Message robert 2008-03-06 14:32:20 mssql to postgres problems with bytea help needed
Previous Message Martijn van Oosterhout 2008-03-06 12:50:35 Re: Ask ctid