[postgis-users] user's search_path during make check
Stephen Woodbridge
woodbri at swoodbridge.com
Fri Apr 6 06:47:52 PDT 2012
On 4/6/2012 3:33 AM, Sandro Santilli wrote:
> On Fri, Apr 06, 2012 at 12:08:53AM -0400, Paragon Corporation wrote:
>
>> ALTER ROLE postgres RESET search_path;
>
> Does anyone know how to get a similar call to have temporary effect
> for the sake of "make check" sanity ?
You can use
SET search_path to ....;
Which will set the search_path only for the current session.
Does that work for you?
-Steve
More information about the postgis-users
mailing list