Re: Patch to allow setting schema/search_path in the connectionURL

From: Alexis Meneses <alexis(dot)meneses(at)gmail(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: stagirus <mamasa(at)stagirus(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Patch to allow setting schema/search_path in the connectionURL
Date: 2014-09-19 07:38:36
Message-ID: CANPkoZTY_xhr_CazYXLzrZYVXrKL+_TxgQ9QYJ6ur4_=HSO+wA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

This feature is already available as it has been implemented and merged
earlier in the year using a property named "currentSchema" of the JDBC URL.

It's currenly only available in the master branch though.

btw, the related issue #155 can be closed now.

Alexis Meneses

2014-09-18 22:17 GMT+02:00 Dave Cramer <pg(at)fastcrypt(dot)com>:

> What era is this exactly ? 3 people are looking for this particular
> feature. This is not part of the JDBC spec. Perhaps if it is that important
> someone can provide some code to implement this ?
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
> On 18 September 2014 15:47, stagirus <mamasa(at)stagirus(dot)com> wrote:
>
>> I too have a similar requirement to specify the schema.
>>
>> I see in various discussions that many people have tried to fix this
>> problem. It appears there is no resolution yet. It is sad that the JDBC
>> driver community does not seem to pay any attention to the end-user needs.
>> Hello.. PLEASE WAKE UP! We are in a different era!
>>
>> Does anybody know of a solution on how to designate a schema while
>> establishing the connection? I would highly appreciate it!!!
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://postgresql.1045698.n5.nabble.com/Patch-to-allow-setting-schema-search-path-in-the-connectionURL-tp2174512p5819543.html
>> Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.
>>
>>
>> --
>> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-jdbc
>>
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Enrico Olivelli - Diennea 2014-09-19 10:38:44 Please implement simple failover scenario
Previous Message Dave Cramer 2014-09-18 20:17:41 Re: Patch to allow setting schema/search_path in the connectionURL