22.1. Database Roles
CREATE ROLE name;DROP ROLE name;createuser name
dropuser nameSELECT rolname FROM pg_roles;Last updated
Was this helpful?
CREATE ROLE name;DROP ROLE name;createuser name
dropuser nameSELECT rolname FROM pg_roles;Last updated
Was this helpful?
Was this helpful?