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
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