![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
"D.J. Kniep" <dick.kniep (AT) lindix (DOT) 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)". |
#4
| |||
| |||
|
|
On Fri, Sep 02, 2005 at 10:58:12AM -0400, Tom Lane wrote: "D.J. Kniep" <dick.kniep (AT) lindix (DOT) 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...9/msg00074.php |
![]() |
| Thread Tools | |
| Display Modes | |
| |