[pgadmin-support] pgAdmin Error when trying to run a simple SELECT

2005-09-12 Thread Brad Smith
HelloCan anyone help with an error I’m suddenly getting in PgAdmin II.   My problem is this: Whenever I try to run an SQL statement like: SELECT * from refUSERS; I get an error: ERROR: Relation "refusers" does not exist.   I've tried other simple SELECT statements but get the same me

[pgadmin-support] pgAdmin Error when trying to run a simple SELECT

2005-09-12 Thread Brad Smith
orrect spelling you need to use:   SELECT * from "refUSERS";     John DeSoi, Ph.D. http://pgedit.com/ Power Tools for PostgreSQL   John,   Thank-you. You solved my problem!   Sincerely, Brad Smith.