Search Postgresql Archives

Re: Postgresql 8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: pgsql-general-owner@xxxxxxxxxxxxxx [mailto:pgsql-general-
> owner@xxxxxxxxxxxxxx] On Behalf Of John DeSoi
> Sent: Wednesday, October 26, 2005 12:03 PM
> To: Bob Pawley
> Cc: Postgre General
> Subject: Re:  Postgresql 8
> 
> 
> 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.

He could also be calling the functions with the wrong signature (e.g.
create numeric functions and then call them with doubles without using a
cast).

Without more information, trying to help is a shot in the dark.

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux