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

2005-09-12 Thread Brad Smith
> 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. PostgreSQL folds unquoted identifiers to lower case. So if your select has the correct spelling you need to use:   SE

[pgadmin-support] problems installing pgadminIII

2005-09-12 Thread miwalsh
I was trying to install PG Admin III on Redhat, here is the error message: rpm -Uvh pgadmin3-1.2.2-2.i686.rpm warning: pgadmin3-1.2.2-2.i686.rpm: V3 DSA signature: NOKEY, key ID 748f7d0e error: Failed dependencies: libXinerama.so.1 is needed by pgadmin3-1.2.2-2 libXxf86vm.so.1 is n

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

2005-09-12 Thread John DeSoi
On Sep 12, 2005, at 5:53 AM, Brad Smith wrote: 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. PostgreSQL folds unquoted identifiers to lower case. So if your select has the correct spelling

[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