Difference between revisions of "Alter role postgres"
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;