I'm in an academic environment. One of the problems that I often
have, is that students will put upper case letters in table names.
If this is done, and the student doesn't quote the table or column
name this error is the result. Is this possibly happening?
Carol
On Jan 18, 2008, at 11:4
Hi,
I had installed postgresql-8.1.9, But when I tried to run any sql statement
like the following:
(1)select * from ;
or
(2)select * from public.;
on the query tool to access any table inside the public schema I got the
following error:
ERROR: relation "" does not exist