> On Jun 13, 2019, at 13:54, Daniel Cohen <[email protected]> wrote:
> 
> Thanks so much for your response. The uppercase --> lowercase fix worked for 
> the types, but I'm still only getting tables that can be searched by 
> double-quotations (i.e. > SELECT * FROM tbl; returns nothing, but > SELECT * 
> FROM "tbl"; returns the table I uploaded). 

By "returns nothing," do you mean you get an error, or that you get zero rows?

I'd connect to the database using psql and use \d to see what tables actually 
exist.  
--
-- Christophe Pettus
   [email protected]



Reply via email to