Re: problem: query result in jdbc is <> result in psql - Mailing list pgsql-jdbc

From Joseph Shraibman
Subject Re: problem: query result in jdbc is <> result in psql
Date
Msg-id 4F0CD519.10209@selectacast.net
Whole thread Raw
In response to Re: problem: query result in jdbc is <> result in psql  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
That doesn't help.  It isn't a permission problem, the problem is my sql 
has in it:
(select relname from pg_catalog.pg_class where pg_catalog.pg_class.oid = 
relation)

and pg_class is local to the db I'm connected to, so I can't get names 
of relations in other dbs.

On 01/09/2012 07:41 PM, Dave Cramer wrote:
> Try connecting to the postgres database as the postgres user.
>


pgsql-jdbc by date:

Previous
From: Christian Ullrich
Date:
Subject: Patch: Platform-independent SSPI authentication support
Next
From: Dave Cramer
Date:
Subject: Re: Patch: Platform-independent SSPI authentication support