Re: Mysterious table that exists but doesn't exist
От | Dale Fukami |
---|---|
Тема | Re: Mysterious table that exists but doesn't exist |
Дата | |
Msg-id | CAAHkhS7o+uamqSZVA=BKA-O5ZXkH0XGeeDbsM+G9YYMJekZS0A@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Mysterious table that exists but doesn't exist (John R Pierce <pierce@hogranch.com>) |
Ответы |
Re: Mysterious table that exists but doesn't exist
|
Список | pgsql-general |
Tried the select with the quotes around each of the schema and table and I get the same result ("someschema"."tracked_deductibles"). I'm pretty certain they're both lowercase. Would the select from pg_tables show if they were mixed case by accident?
Dale
On 4/16/2013 1:29 PM, Dale Fukami wrote:live=# select * from someschema.tracked_deductibles;ERROR: relation "someschema.tracked_deductibles" does not existLINE 1: select * from someschema.tracked_deductibles;........live=#\dList of relationsSchema | 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 по дате отправления: