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

From Thomas Lockhart
Subject Re: [HACKERS] psql and 6.5.3
Date
Msg-id 38260D49.901AADCD@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] psql and 6.5.3  ("Damond Walker" <dwalker@black-oak.com>)
List 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@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: New NameStr() macro, RelationGetRelationName fixes
Next
From: Stuart Woolford
Date:
Subject: more] indexed regex select optimisations?