> On Jun 13, 2019, at 13:54, Daniel Cohen <daniel.m.co...@berkeley.edu> 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 x...@thebuild.com
- Creating dynamically-typed tables using psycopg2's bu... Daniel Cohen
- Re: Creating dynamically-typed tables using psyc... Christophe Pettus
- Re: Creating dynamically-typed tables using ... Daniel Cohen
- RE: Creating dynamically-typed tables us... David Raymond
- Re: Creating dynamically-typed tables us... Federico Di Gregorio
- Re: Creating dynamically-typed tables us... Christophe Pettus
- Re: Creating dynamically-typed table... Daniel Cohen
- Re: Creating dynamically-typed ... Sebastiaan Mannem
- Re: Creating dynamically-ty... Daniele Varrazzo
- Re: Creating dynamicall... Daniel Cohen
- RE: Creating dynamically-typed tables using psyc... David Raymond
- Re: Creating dynamically-typed tables using ... Christophe Pettus
- Re: Creating dynamically-typed tables using psyc... Adrian Klaver