Hi Paul, well, there may be still some bug, but the basics are following. A connection can either restore its state after login (reopen your object details and worksheets)... or not. If it restores its state, it restores also the active schema. That means for example, TEE finds that the active schema is "abc" and thus sets search path to "abc". This is actually a feature, but also the root of your problem. Go to connection properties and uncheck "Restore previous work after login". Your tabs will not reopen after next connect, however TEE takes the default search path from the database. Does it work now? I guess a solution to your problem would be this - in restoring connection, set search path to the active schema, but also to public. Tom
↧