Re: problem upgrading from 8.1.6 to 8.1.8 --- relation does not exist - Mailing list pgsql-admin

From Tom Lane
Subject Re: problem upgrading from 8.1.6 to 8.1.8 --- relation does not exist
Date
Msg-id 502.1173458483@sss.pgh.pa.us
Whole thread Raw
In response to problem upgrading from 8.1.6 to 8.1.8 --- relation does not exist  ("Glen W. Mabey" <Glen.Mabey@swri.org>)
Responses Re: problem upgrading from 8.1.6 to 8.1.8 --- relation does not exist  ("Glen W. Mabey" <Glen.Mabey@swri.org>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Pg_dump and bytaA
Next
From: "Milen A. Radev"
Date:
Subject: Re: Pg_dump and bytaA