Alter role postgres

From UVOO Tech Wiki
Revision as of 15:20, 5 May 2023 by Busk (talk | contribs) (Created page with "``` ALTER ROLE <role_name> SET search_path TO schema1,schema2; ```")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ALTER ROLE <role_name> SET search_path TO schema1,schema2;