Redshift 유저 생성 create user user1 password 'password' ; grant usage on schema " " to " " ;
사용자 확인 -> PG_USER 테이블을 확인 select * from pg_user;