Configuring Your Amazon Redshift Data Warehouse Environment
created when you launched the cluster:
grant create on database openbridge to {{username}};
To alter… default privileges, you can use the following query:
ALTER DEFAULT PRIVILEGES IN SCHEMA {{schema}}… schema:
grant all on schema openbridge to {{username}};
Lastly, see the default search path:
ALTER