Re: Postgresql 8

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: Postgre General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql 8
Date: 2005-10-26 19:02:56
Message-ID: D17FE7B8-014A-46F4-834B-C19568C4D2A1@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Oct 26, 2005, at 2:41 PM, Bob Pawley wrote:

> I am running version 8 on Windows.
>
> Why do I get error messages stating that functions and/or tables do
> not exist when these tables and functions are visible, accessible
> and very much do exist, as called?
>
> Bob Pawley
>

Most likely cause is the schema_path is set wrong or the tables/
functions have been created using quoted names (e.g. "myTable") and
you are calling them without quotes. PostgreSQL folds identifier
names to lower case unless you double quote them.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2005-10-26 19:10:32 Re: Postgresql 8
Previous Message Welty, Richard 2005-10-26 19:00:40 Re: Why database is corrupted after re-booting