Re: duplicates on primary key column

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marcin Gil <marcin(dot)gil(at)audax(dot)com(dot)pl>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: duplicates on primary key column
Date: 2003-12-23 15:06:50
Message-ID: 3149.1072192010@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Marcin Gil <marcin(dot)gil(at)audax(dot)com(dot)pl> writes:
> Same problem I reported earlier.
> I have a column declared as PK but PostgreSQL 7.4 allowed it
> to create entries with the same key..

> Schemas, database dump available at:
> http://www.vernet.pl/sql/

I see no duplicate keys in your dump. How do you provoke the problem
exactly?

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Joshua D. Drake 2003-12-23 15:08:04 Re: Join Tutorial
Previous Message Marcin Gil 2003-12-23 14:30:24 duplicates on primary key column