Re: appears twice in primary key constraint

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: appears twice in primary key constraint
Дата
Msg-id 43BE574B.9060505@opencloud.com
обсуждение исходный текст
Ответ на appears twice in primary key constraint  (Victor Pérez Juárez <victor.perez@e-evolution.com>)
Список pgsql-jdbc
Victor Pérez Juárez wrote:
> Hi very body!
>
> I am execute a dbcopy to migrate from ORacle to PostgreSQL but I get
> this error when is create prymary key
>
> org.postgresql.util.PSQLException: ERROR: column "ad_client_id" appears
> twice in primary key constraint

You should probably ask the authors of dbcopy as this appears to be a
client/application problem, not a JDBC driver problem -- dbcopy is
apparently creating a bogus CREATE TABLE / ADD CONSTRAINT query.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Victor Pérez Juárez
Дата:
Сообщение: appears twice in primary key constraint
Следующее
От: Kyle R Morse/Eden
Дата:
Сообщение: Re: Out Parameter Support