From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
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 12:50:35 |
Message-ID: | 20080306125035.GB12104@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, Mar 06, 2008 at 05:40:00PM +0700, Achmad Nizar Hidayanto wrote:
> Dear all,
>
> 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.
You need to provide way more information. Your description is kinda
vague. Why are youusing the ctid any, it's not a stable identifier for
a row...
Please show us actual output from psql showing your problem and the
definitions of your tables.
Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-03-06 13:43:52 | Re: Ask ctid |
Previous Message | Achmad Nizar Hidayanto | 2008-03-06 10:40:00 | Ask ctid |