Re: [Fwd: Q: database schema from JDBC driver and netbeans.]

From: Kris Jurka <books(at)ejurka(dot)com>
To: Ryoji Sawa <Ryoji(dot)Sawa(at)Sun(dot)COM>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [Fwd: Q: database schema from JDBC driver and netbeans.]
Date: 2004-08-05 14:22:20
Message-ID: Pine.BSO.4.56.0408050919360.19085@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


> Hi,
>
> I'm using JDBC driver 'postgres74.214.jdbc3.jar' with Sun Java Studio
> Enterprise 6 (based on netbeans 3.42).
> I'm struggling to create a database schema from a postgres
> table. I can create a database schema from it, but it does not
> have its primary key.
> If anyone know this issue or has any solution, please kindly share
> with me. I attached the database schema created by netbeans.
>
> The dump data is here. The table 'postalcode' has a primary key.
> However, I could not create a database schema with primary key.
>

It is not clear what Java/JDBC has to do with your question. You've shown
part of pg_dump output said something about netbeans. Are you having
problems importing your dump? Are you trying to create constraints with
JDBC? Are you trying to view constraints with DatabaseMetaData? I have
no idea what you are asking.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ing. Francesco Russo - NoCable S.p.A. 2004-08-05 15:04:47 PostgreSQL Jdbc installation problems
Previous Message Kris Jurka 2004-08-05 14:19:19 Re: UPDATE with JDBC fail