Re: Patch to allow setting schema/search_path in the connectionURL - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: Patch to allow setting schema/search_path in the connectionURL
Date
Msg-id 54210722.6000306@hogranch.com
Whole thread Raw
In response to Re: Patch to allow setting schema/search_path in the connectionURL  (stagirus <mamasa@stagirus.com>)
Responses Re: Patch to allow setting schema/search_path in the connectionURL
List pgsql-jdbc
On 9/22/2014 10:30 PM, stagirus wrote:
> I am getting "$user,public"
> When ran, in PG Query Tool, SHOW SEARCH_PATH;

That's the default, implying you haven't set the search_path in use at
the time you did your CREATE TABLE ... if there is no schema matching
$USER (the current role name), then it will try public, which apparently
you deleted.

were you logged in as the user for whom you'd done the ALTER ROLE name
SET SEARCH_PATH TO ...;  ?



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



pgsql-jdbc by date:

Previous
From: stagirus
Date:
Subject: Re: Patch to allow setting schema/search_path in the connectionURL
Next
From: stagirus
Date:
Subject: Re: Patch to allow setting schema/search_path in the connectionURL