Re: Mysterious table that exists but doesn't exist

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Mysterious table that exists but doesn't exist
Дата
Msg-id 516DB6CA.4070709@hogranch.com
обсуждение исходный текст
Ответ на Mysterious table that exists but doesn't exist  (Dale Fukami <dale.fukami@gmail.com>)
Ответы Re: Mysterious table that exists but doesn't exist
Список pgsql-general
On 4/16/2013 1:29 PM, Dale Fukami wrote:
live=# select * from someschema.tracked_deductibles;
ERROR:  relation "someschema.tracked_deductibles" does not exist
LINE 1: select * from someschema.tracked_deductibles;
........
live=#\d
                                      List of relations
   Schema   |                            Name                             |   Type   | Owner
------------+-------------------------------------------------------------+----------+-------
<snip>
 someschema | tracked_deductibles                                         | table    | live


someschema.... any chance that has mixed case in it?    try "someschema".tracked_deductibles



-- 
john r pierce                                      37N 122W
somewhere on the middle of the left coast

В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: JDBC driver versions
Следующее
От: Dale Fukami
Дата:
Сообщение: Re: Mysterious table that exists but doesn't exist