Re: problem upgrading from 8.1.6 to 8.1.8 --- relation does not exist

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem upgrading from 8.1.6 to 8.1.8 --- relation does not exist
Дата
Msg-id 502.1173458483@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem upgrading from 8.1.6 to 8.1.8 --- relation does not exist  ("Glen W. Mabey" <Glen.Mabey@swri.org>)
Ответы Re: problem upgrading from 8.1.6 to 8.1.8 --- relation does not exist  ("Glen W. Mabey" <Glen.Mabey@swri.org>)
Список pgsql-admin
"Glen W. Mabey" <Glen.Mabey@swri.org> writes:
> When I SELECT any records from a certain table ("Acquisitions"), I get:

>     acqlibdb=> select * from "Acquisitions";
>     ERROR:  relation "Acquisitions" does not exist
>     acqlibdb=> select * from public."Acquisitions";
>     ERROR:  relation "public.Acquisitions" does not exist

Maybe it's not in the public schema but some other one (implying you
forgot about a nondefault search_path setting).

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Pg_dump and bytaA
Следующее
От: "Milen A. Radev"
Дата:
Сообщение: Re: Pg_dump and bytaA