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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Glen W(dot) Mabey" <Glen(dot)Mabey(at)swri(dot)org>
Cc: PostgreSQL Admin Mailing List <pgsql-admin(at)postgresql(dot)org>
Subject: Re: problem upgrading from 8.1.6 to 8.1.8 --- relation <tablename> does not exist
Date: 2007-03-09 16:41:23
Message-ID: 502.1173458483@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Glen W. Mabey" <Glen(dot)Mabey(at)swri(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Milen A. Radev 2007-03-09 16:57:57 Re: Pg_dump and bytaA
Previous Message Gerardo Herzig 2007-03-09 16:39:35 Re: index not being used. Why?