Re: connect using env. variables

2021-03-09 Thread Sebastiaan Mannem
How about emptystring (e.a. '')? Power to Postgresā„¢! Sebastiaan Mannem Product Manager M: +31 6 8252 1560 edbpostgres.com EDB, Anthony Fokkerweg 1, 1059 CM Amsterdam, The Netherlands On Tue, Mar 9, 2021 at 11:45 AM Hans Ginzel wrote: > Please, there should be a possib

Re: Creating dynamically-typed tables using psycopg2's built-in formatting

2019-06-14 Thread Sebastiaan Mannem
Yeah, "schema.tbl" will search all schemas in search path for a table explicitly called "schema.tbl". So that will never find a table called "tbl", and most probably never find a table at all. And without quotes, it will search for a table called "tbl" in a schema called "schema". So your issue