appears twice in primary key constraint

Поиск
Список
Период
Сортировка
От Victor Pérez Juárez
Тема appears twice in primary key constraint
Дата
Msg-id 43BDD965.1020008@e-evolution.com
обсуждение исходный текст
Ответы Re: appears twice in primary key constraint  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
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
    at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1512)
    at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1297)
    at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
    at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:430)
    at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:332)
    at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:278)
    at
net.sourceforge.squirrel_sql.plugins.dbcopy.util.DBUtil.executeUpdate(DBUtil.java:257)
    at
net.sourceforge.squirrel_sql.plugins.dbcopy.CopyExecutor.createTable(CopyExecutor.java:688)
    at
net.sourceforge.squirrel_sql.plugins.dbcopy.CopyExecutor._execute(CopyExecutor.java:160)
    at
net.sourceforge.squirrel_sql.plugins.dbcopy.CopyExecutor.access$000(CopyExecutor.java:57)
    at
net.sourceforge.squirrel_sql.plugins.dbcopy.CopyExecutor$1.run(CopyExecutor.java:120)
    at java.lang.Thread.run(Thread.java:595)

What is the problem?

Victor Perez
CEO
www.e-evolution.com
victor.perez@e-evolution.com

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

Предыдущее
От: "hpb@htl-steyr.ac.at"
Дата:
Сообщение: Re: bug in getTime after insertRow with postgresql-8.1-404.jdbc3.jar
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: appears twice in primary key constraint