From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Gaetano Mendola" <mendola(at)bigfoot(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Duplicate primary key and also the OID !!!! |
Date: | 2003-04-06 16:59:08 |
Message-ID: | 19120.1049648348@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
"Gaetano Mendola" <mendola(at)bigfoot(dot)com> writes:
> How is it possible have the oid and the id_user_traffic (
> serial primary key ) duplicated ? Any idea ?
Have you had any power failures lately? Tried to copy a running
database via "tar" or "cp"? Anything interesting like that?
There are ways for multiple versions of a row to all appear good,
if something happens that breaks the synchronization between datafiles
and pg_clog. AFAIK these all reduce to DBA error (copying a live
database) or hardware misfeasance (disk drive claiming write complete
before it really is, and then losing the data in a power failure).
Also, what Postgres version are you using? Awhile back there was a bug
that allowed a sequence to appear to go backward in a crash.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Mendola Gaetano | 2003-04-07 08:54:21 | Re: Duplicate primary key and also the OID !!!! |
Previous Message | Gaetano Mendola | 2003-04-06 12:17:59 | Duplicate primary key and also the OID !!!! |