Re: Not able to find a table - Mailing list pgsql-novice

From Dale Seaburg
Subject Re: Not able to find a table
Date
Msg-id 2C4A6156-0333-4C44-9D7D-C156C47BAFF1@verizon.net
Whole thread Raw
In response to Not able to find a table  (Dale Seaburg <kg5lt@verizon.net>)
List pgsql-novice
A big thanks to Brian Hurt, Michael Fuhr and Michael Glaesemann for
pointing out the need to quote case-sensitive table and column
names.  Because I tend to search the documentation when I run into a
problem, rather than go through the docs thoroughly (all good
programmers *always* read the docs fully first , right? LOL), I was
not aware of the quote need.

Thanks again for the help.  I am transitioning from MS-Access to C#
and Npgsql.  What a challenge, to say the least!  Someone could make
a ton of money writing an Access-to-C# converter program...  LOL!

Dale.

On Jul 30, 2007, at 9:26 AM, Dale Seaburg wrote:

> I have a database that can be accessed and used correctly via ODBC
> and MS-Access.  But when I try to do a simple SQL SELECT query in
> psql, I get an error that the table can't be found: Relation
> "instrument_type" does not exist.  Yet, when I do a "\d" command, I
> see the table named "Instrument_Type" in the "public" schema.  I
> use the database owner as the user id for psql.
>
> I need some help where to look in, say pgAdmin III (my tool of
> choice for database creation / maintenance) for a clue as to why I
> am getting this error.
>
> Thanks for any help, ideas, clues, starting points.
>
> Dale
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org


pgsql-novice by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: Not able to find a table
Next
From: "Christian Leclerc"
Date:
Subject: Auto-vacuum parameters (Postgres 8.2 on Windows Server 2003)