Re: Error inserting row on unique key

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Benjamin Krajmalnik" <kraj(at)illumen(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Error inserting row on unique key
Date: 2006-04-20 18:01:28
Message-ID: 26407.1145556088@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Benjamin Krajmalnik" <kraj(at)illumen(dot)com> writes:
> I have a large table which uses a sequence for column which is defined as the primary key.
> Our systems is a real time data acquisition system, so we have "insert" statements going through it wrapped inside stored procedure.

> Every once in a while I get an inserio error on a violation of a unique constraint on the primary key.

Let's see that stored procedure ...

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Allan Kamau 2006-04-20 21:38:29 Re: Error inserting row on unique key
Previous Message Benjamin Krajmalnik 2006-04-20 17:31:14 Error inserting row on unique key