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

From: stagirus <mamasa(at)stagirus(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Patch to allow setting schema/search_path in the connectionURL
Date: 2014-09-23 05:39:42
Message-ID: 1411450782332-5820048.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

We all know "set search_path to myschema" works.

But in some cases, while using JDBC and third-party tools, we don't have the
luxury of running "set search_path."

In my humble opinion, any industrial grade tools especially RDBMS and JDBC
drivers have to work in ALL scenarios not just in our own shell. Then user
adoption will be just limited to the shell-guys!!

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Patch-to-allow-setting-schema-search-path-in-the-connectionURL-tp2174512p5820048.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 05:53:21 Re: Patch to allow setting schema/search_path in the connectionURL
Previous Message John R Pierce 2014-09-23 05:37:38 Re: Patch to allow setting schema/search_path in the connectionURL