Re: problem: query result in jdbc is <> result in psql

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Subject: Re: problem: query result in jdbc is <> result in psql
Date: 2012-01-11 00:17:29
Message-ID: 4F0CD519.10209@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2012-01-11 11:08:01 Re: Patch: Platform-independent SSPI authentication support
Previous Message Christian Ullrich 2012-01-10 13:07:10 Patch: Platform-independent SSPI authentication support