Redshift Warehouse Setup
CREATE USER freshpaint PASSWORD <password>;
GRANT CREATE ON DATABASE <database> TO freshpaint;Last updated
Was this helpful?
CREATE USER freshpaint PASSWORD <password>;
GRANT CREATE ON DATABASE <database> TO freshpaint;Last updated
Was this helpful?
Was this helpful?