Re: [HACKERS] psql and 6.5.3

From: "Damond Walker" <dwalker(at)black-oak(dot)com>
To: "Bruce Momjian" <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: <owner-pgsql-hackers(at)postgreSQL(dot)org>, <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] psql and 6.5.3
Date: 1999-11-07 21:55:26
Message-ID: 002101bf296a$ce186280$af63a8c0@walkers.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-11-07 23:03:05 New NameStr() macro, RelationGetRelationName fixes
Previous Message Bruce Momjian 1999-11-07 20:48:09 Re: [HACKERS] What is nameout() for?