Re: [HACKERS] psql and 6.5.3 - Mailing list pgsql-hackers

From Damond Walker
Subject Re: [HACKERS] psql and 6.5.3
Date
Msg-id 002101bf296a$ce186280$af63a8c0@walkers.org
Whole thread Raw
List pgsql-hackers
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




pgsql-hackers by date:

Previous
From: Brian Hirt
Date:
Subject: IN clause and INTERSECT not behaving as expected
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] New psql input mode problems