Dev/db
PostgreSQL
2ssoosike
2014. 9. 2. 17:47
create user imguru with password 'new_password';
create database imguru with encoding='utf-8' owner=imguru connection limit=-1;
alter user postgres with password 'new_password';
grant all privileges on database imguru to imguru;