Re: Mysterious table that exists but doesn't exist - Mailing list pgsql-general

From John R Pierce
Subject Re: Mysterious table that exists but doesn't exist
Date
Msg-id 516DB6CA.4070709@hogranch.com
Whole thread Raw
In response to Mysterious table that exists but doesn't exist  (Dale Fukami <dale.fukami@gmail.com>)
Responses Re: Mysterious table that exists but doesn't exist
List 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 by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: JDBC driver versions
Next
From: Dale Fukami
Date:
Subject: Re: Mysterious table that exists but doesn't exist