Re: BUG #1858: setting search path in select doesn't (always) work - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: BUG #1858: setting search path in select doesn't (always) work
Date
Msg-id 20050902151250.GA66056@winnie.fuhr.org
Whole thread Raw
In response to Re: BUG #1858: setting search path in select doesn't (always) work  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #1858: setting search path in select doesn't (always) work  (Dick Kniep <dick.kniep@lindix.nl>)
List pgsql-bugs
On Fri, Sep 02, 2005 at 10:58:12AM -0400, Tom Lane wrote:
> "D.J. Kniep" <dick.kniep@lindix.nl> writes:
> > After setting the search path the query
> > Select * from vwexternetoegang
> > produces the required results in the first installation, but in the new
> > installation, it cannot find the view. However, if I do an explicit
> > Set search_path to "testschema";
> > it works as expected.
>
> What does "show search_path" report in the failing and non-failing states?
> Also try "select current_schemas(true)".

This thread came up in pgsql-general yesterday; Dick says the real
problem was something else.

http://archives.postgresql.org/pgsql-general/2005-09/msg00074.php

--
Michael Fuhr

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1859: 3-octet private use UTF8 chars reported as identical
Next
From: "Viswanath Ramineni"
Date:
Subject: BUG #1860: Insert failed due to unique index