Difference between revisions of "Alter role postgres"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` ALTER ROLE <role_name> SET search_path TO schema1,schema2; ```")
 
(No difference)

Latest revision as of 15:20, 5 May 2023

ALTER ROLE <role_name> SET search_path TO schema1,schema2;