CREATE ROLE pass_user PASSWORD 'password' LOGIN; CREATE ROLE md5_user PASSWORD 'password' LOGIN; CREATE EXTENSION hstore; CREATE EXTENSION citext;