Re: Strange bug

From: "Leif B(dot) Kristensen" <leif(at)solumslekt(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Strange bug
Date: 2005-11-29 14:57:13
Message-ID: 200511291557.14032.leif@solumslekt.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tuesday 29 November 2005 15:43, A. Kretschmer wrote:
>> I got an error when I transferred the data to my Web database
>> running MySQL:
>
>MySQL is a other RDBMS. You can't expect that all features from
>PostgreSQL are working with MySQL.
>
>> ERROR 1062 at line 19839 in file: 'ss_relation_citations.sql':
>> Duplicate entry '64062' for key 1
>
>My guess: MySQL can't handle inheritance.

No, it doesn't. Therefore, I have a quite different table structure in
the MySQL database, and it caught the error because of the very fact
that the citation_id is a genuine primary key in the receiving MySQL
table.
--
Leif Biberg Kristensen | Registered Linux User #338009
http://solumslekt.org/ | Cruising with Gentoo/KDE

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Leif B. Kristensen 2005-11-29 16:01:26 Re: Strange bug
Previous Message Leif B. Kristensen 2005-11-29 14:52:52 Re: Strange bug