Re: [HACKERS] psql and 6.5.3
От
Thomas Lockhart
Тема
Re: [HACKERS] psql and 6.5.3
Дата
Msg-id
38260D49.901AADCD@alumni.caltech.edu
Список
Дерево обсуждения
Re: [HACKERS] psql and 6.5.3 Thomas Lockhart <lockhart@alumni.caltech.edu>
> 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 по дате отправления