Re: [HACKERS] psql and 6.5.3

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Damond Walker <dwalker(at)black-oak(dot)com>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, 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 23:37:45
Message-ID: 38260D49.901AADCD@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I had a few tables left over from a small 6.5.2 database.
> | damond | Employee | table |
> select * from employee returns....
> ERROR: employee: Table does not exist.

Gotta use

select * from "Employee";

and it has always been this way (since we implemented mixed-case
capabilities anyway...).

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stuart Woolford 1999-11-07 23:50:41 more] indexed regex select optimisations?
Previous Message Bruce Momjian 1999-11-07 23:03:05 New NameStr() macro, RelationGetRelationName fixes