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

From: cowwoc <cowwoc(at)bbs(dot)darktech(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Patch to allow setting schema/search_path in the connectionURL
Date: 2014-09-23 19:16:09
Message-ID: 5421C6D1.4030101@bbs.darktech.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I'm confused. I thought we already agreed that this is implemented:
http://postgresql.1045698.n5.nabble.com/Patch-to-allow-setting-schema-search-path-in-the-connectionURL-tp2174512p5819674.html

Gili

On 23/09/2014 3:11 PM, stagirus [via PostgreSQL] wrote:
> Great news..
>
> I finally resolved this problem. I have done the following stuff to
> make it work.
> 1. I have carefully created a role with proper privileges.
> 2. I have created a schema with the same name as the role and assigned
> ownership at the time of creation.
> 3. The tool that I am using fortunately supports setting the default
> schema to be used. More than anything else, this seems to be the main
> driver.
>
> Wola.. it worked. I want to thank all of you who tried to solve my
> problem. Very kind of you.
>
> JDBC driver devleoper(s) - show some mercy. Be open and flexible. Many
> people have offered solutions (code changes) to support the
> default/current schema problem. Accept that feature and make it part
> of your JDBC driver.
>
> Thank you all.
>
> ------------------------------------------------------------------------
> If you reply to this email, your message will be added to the
> discussion below:
> http://postgresql.1045698.n5.nabble.com/Patch-to-allow-setting-schema-search-path-in-the-connectionURL-tp2174512p5820189.html
>
> To unsubscribe from Patch to allow setting schema/search_path in the
> connectionURL, click here
> <http://postgresql.1045698.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2174512&code=Y293d29jQGJicy5kYXJrdGVjaC5vcmd8MjE3NDUxMnwxNTc0MzIxMjQ3>.
> NAML
> <http://postgresql.1045698.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Patch-to-allow-setting-schema-search-path-in-the-connectionURL-tp2174512p5820190.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message stagirus 2014-09-23 19:21:20 Re: Patch to allow setting schema/search_path in the connectionURL
Previous Message stagirus 2014-09-23 19:11:23 Re: Patch to allow setting schema/search_path in the connectionURL