Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
For existing postgres, the user should execute DDL as part of setting up their postgres instance.
CREATE SCHEMA ambari AUTHORIZATION :username;
ALTER ROLE :username SET search_path TO 'ambari';
This is similar to setup of mysql and oracle.