I need that every command that runs for user 2 targets schema 1.
My goal is to create user 1 with full control to schema 1 but user 2 with limited access to schema 1.
SET SCHEMA works but I would have to run that prior to every command, I want to streamline it so that by default when I connect as user 2 it targets schema 1.
Makes sense?