PostgreSQL: Set search path (schemas) for user

PHOTO EMBED

Mon Aug 29 2022 18:26:52 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #sql

alter role <username> set search_path = <schema1>, ..., <scheman>, public;
content_copyCOPY

Set search path for table names (by Schema)