PostgreSQL: How do I set the search_path at the user level? [duplicate] December 1, 2023 by Tarik I found the answer: ALTER ROLE username SET search_path = schema1,schema2,schema3,etc;