Postgres Tips
ALTER USER <user> SET search_path=<schema>;
GRANT ALL PRIVILEGES ON SCHEMA <schema> to <user>;