Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



"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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group