PostgreSQL, JDBC, and Druid

From: Dado Feigenblatt <dado(at)wildbrain(dot)com>
To: Dave(at)micro-automation(dot)net, pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>, rpijlman(at)wanadoo(dot)nl
Subject: PostgreSQL, JDBC, and Druid
Date: 2001-10-26 17:30:25
Message-ID: 3BD99DB1.5060603@wildbrain.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-odbc

Hi Rene. Hi Dave. (No, you don't know me :)

I use Druid to design my PG database.
I never got the jdbc driver to work.
Have you?

I'm using this URL

jdbc:postgresql://<server>:<port>/<database>

then I get this message

Trying to connect...

Raised SQL Exception:
Message: postgresql.stat.maxfieldsize
Code : 0
State : null

Any idea of what's going on?
Thanks

--
Dado Feigenblatt Wild Brain, Inc.
Technical Director (415) 216-2053
dado(at)wildbrain(dot)com San Francisco, CA.

Dave Cramer wrote:

>Hi All,
>
>This is due to the current incompleteness of the jdbc driver;
>specifically the metadata functionality.
>
>Rene; a better piece of software to test for completeness is druid,
>which is a database design tool; it makes heavy use of the metadata
>features
>
>Dave
>
>-----Original Message-----
>From: pgsql-jdbc-owner(at)postgresql(dot)org
>[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Rene Pijlman
>Sent: August 15, 2001 6:30 AM
>To: Arnaud ESPANEL
>Cc: pgsql-jdbc(at)postgresql(dot)org
>Subject: Re: [JDBC] Postgresql 7.1.2 and StarOffice 5.2
>
>
>On Wed, 15 Aug 2001 12:16:40 +0200 (MET DST), you wrote:
>
>>Using Debian package for Postgres 7.1.2 and Debian
>>jdbc Driver, i managed to connect to the database
>>but the list of tables is empty !
>>
>
>I'm afraid you'll have to be more specific. What functionality in what
>piece of software are you using to retrieve a list of tables?
>
>How is this software configured to use JDBC?
>
>Are there any error messages interactively, or in a log file?
>
>Does it work with other databases?
>
>Regards,
>René Pijlman
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jason Davies 2001-10-26 17:36:02 Re: DatabaseMetaData.getImported/ExportedKeys() patch
Previous Message Barry Lind 2001-10-26 17:27:00 Re: j2ee compatiable jdbc driver on jdbc.postgresql.org?

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Cramer 2001-10-26 17:37:10 Re: PostgreSQL, JDBC, and Druid
Previous Message Hiroshi Inoue 2001-10-24 23:50:22 Re: SqlGetData problems