Re: Queriy results erratic on Linux

Поиск
Список
Период
Сортировка
От Shoaib Mir
Тема Re: Queriy results erratic on Linux
Дата
Msg-id bf54be870802080547m474d2b9exb374644234287108@mail.gmail.com
обсуждение исходный текст
Ответ на Queriy results erratic on Linux  ("PostgreSql" <hampi1@gumtreegully.com.au>)
Ответы Re: Queriy results erratic on Linux
Список pgsql-admin

On Feb 8, 2008 3:35 AM, PostgreSql <hampi1@gumtreegully.com.au> wrote:
Hi
My application runs fine on Windows.
However when I copy the files to the Linux server some queries return no
results or errors even though the records and tables exist!
It is always the same records or tables that are not found!
In case of a table the error is: function.pg-query: Query failed: ERROR:
relation &quot;sites&quot; does not exist in ....

Any idea what might cause the problem?


First of all query your pg_class catalog table and see if you can see those tables in there like this:

select relname from pg_class where relname = 'tablename';

If its there then check you search_path and see if you have your schema name in there.

Other then that I am not sure what do you mean by copying the files from Windows server to Linux as I think you can not use the data files created by initdb on Windows for a Linux server.

--
Shoaib Mir
Fujitsu Australia Software Technology
shoaibm[@]fast.fujitsu.com.au

В списке pgsql-admin по дате отправления:

Предыдущее
От: "PostgreSql"
Дата:
Сообщение: Queriy results erratic on Linux
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: Queriy results erratic on Linux