Here's the situation...
I had a few tables left over from a small 6.5.2 database. By '\d'ing I can
see a table named Employee in the list. If I try to select from the table I
get the following...
\d returns...
| damond | Employee | table |
select * from employee returns....
ERROR: employee: Table does not exist.
---
Damond Walker