From: | "Igor Neyman" <ineyman(at)perceptron(dot)com> |
---|---|
To: | "Glen W(dot) Mabey" <Glen(dot)Mabey(at)swri(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
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 20:20:51 |
Message-ID: | F4C27E77F7A33E4CA98C19A9DC6722A201B8086E@EXCHANGE.corp.perceptron.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Why wouldn't you look at the definition of the view which is based on
this table (and which you claim is still working), and how it references
basic table?
M.b. it'll point you to the actual table location.
Igor
-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Glen W. Mabey
Sent: Friday, March 09, 2007 12:01 PM
To: Tom Lane
Cc: PostgreSQL Admin Mailing List
Subject: Re: [ADMIN] problem upgrading from 8.1.6 to 8.1.8 --- relation
<tablename> does not exist
On Fri, Mar 09, 2007 at 11:41:23AM -0500, Tom Lane wrote:
> "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).
Humm. I don't think so, since I've never altered the search_path
settings, nor used any schema besides public. And I've been working
with this database for 8 months now without ever encountering such an
error. And all of the other tables work just fine.
Is there some way to force an integrity check of the entire database?
Thank you for your reply.
Glen
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
From | Date | Subject | |
---|---|---|---|
Next Message | Glen W. Mabey | 2007-03-09 20:34:20 | Re: problem upgrading from 8.1.6 to 8.1.8 --- relation <tablename> does not exist |
Previous Message | Scott Marlowe | 2007-03-09 19:58:31 | Re: index not being used. Why? |