Re: JDBC Postgres problem

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Tyler Hains <thains(at)profitpointinc(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: JDBC Postgres problem
Date: 2010-07-09 20:00:29
Message-ID: 4C377FDD.9030509@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/07/10 21:36, 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.
>
> We found our problem. It turned out to be a config file that was
> pointing to a stale copy of the db.

Thanks very much for following up to the list with the resolution of
your issue.

I'm glad you found out what was going on.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2010-07-09 20:11:29 Re: PG_DUMP very slow because of STDOUT ??
Previous Message Craig Ringer 2010-07-09 19:55:40 Re: weird empty return from select problem; periodically get no data returned - could it be a network issue?