Re: JDBC Postgres problem - Mailing list pgsql-general

From Craig Ringer
Subject Re: JDBC Postgres problem
Date
Msg-id 4C368F33.5060102@postnewspapers.com.au
Whole thread Raw
In response to JDBC Postgres problem  ("Tyler Hains" <thains@profitpointinc.com>)
Responses Re: JDBC Postgres problem  ("Tyler Hains" <thains@profitpointinc.com>)
List pgsql-general
On 9/07/2010 5:24 AM, Tyler Hains wrote:
> We are having a very strange issue where for certain records, queries
> sent via JDBC return no results when the identical query via command
> line or pgadmin return non-null (expected) results. Example below. We
> are running 8.3.9.

Can you post a compilable, self-contained Java program and a database
dump that demonstrates this problem?

You might find that, in the course of trying to simplify your current
code down to something you can publish, you discover what the issue is.
If you still have the issue with a small, simplified example then please
post it so it can be investigated.

--
Craig Ringer

pgsql-general by date:

Previous
From: Miguel Vaz
Date:
Subject: problem with table structure
Next
From: Craig Ringer
Date:
Subject: Re: weird empty return from select problem; periodically get no data returned - could it be a network issue?