Re: BUG #8272: Unable to connect to diffrent schema from jdbc

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8272: Unable to connect to diffrent schema from jdbc
Date: 2013-07-01 07:13:58
Message-ID: 51D12C36.8010307@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 7/1/2013 12:01 AM, Heikki Linnakangas wrote:
>
> I agree that would be a nice feature. Patches are welcome, on the
> pgsql-jdbc mailing list. As a work-around, you can set up a different
> db user for each schema, and set search_path as a per-user setting in
> the server.

or just use the default search_path, which is $USER, public... name the
schemas same as the users...

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message levertond 2013-07-01 10:43:26 BUG #8273: Assertion failure in 9.3 beta2 with serializable and savepoints
Previous Message Heikki Linnakangas 2013-07-01 07:01:34 Re: BUG #8272: Unable to connect to diffrent schema from jdbc