Re: [HACKERS] psql and 6.5.3

Поиск
Список
Период
Сортировка
От Damond Walker
Тема Re: [HACKERS] psql and 6.5.3
Дата
Msg-id 002101bf296a$ce186280$af63a8c0@walkers.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Brian Hirt
Дата:
Сообщение: IN clause and INTERSECT not behaving as expected
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] New psql input mode problems