Re: Table recognition - Mailing list pgsql-novice

From Tom Lane
Subject Re: Table recognition
Date
Msg-id 17645.979751701@sss.pgh.pa.us
Whole thread Raw
In response to Table recognition  (Peter Rodriguez <pfrodri@attglobal.net>)
List pgsql-novice
Peter Rodriguez <pfrodri@attglobal.net> writes:
> I have PostgreSQL installed on my stand-alone machine with RedHat 6.2. I
> have created several tables in one database using Pgaccess and have no
> problems using them through the GUI. However, when I try to use the psql
> interface, although it successfully lists the tables, when I try to
> operate on them, I get the error message  "..table does not exist".
> Maybe I am missing something - any suggestions, please?

Are you using mixed-case table names?  I think pgaccess will double
quote all names for you ... but psql won't, which means your table
names had better be lower case if you don't want to type quotes all
the time.

            regards, tom lane

pgsql-novice by date:

Previous
From: rudy
Date:
Subject: upgrade from 7.0.2 to 7.0.3
Next
From: "Oliver Elphick"
Date:
Subject: Re: Postgres superuser & password on Red Hat; upgrade?