Loading docker/sql/admin/01_create_db_user.sql +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ -- DATABASE, USER, ETC. -- -- Databases create database :dbname with ENCODING = 'UTF-8'; -- Users create user :dbuser with encrypted password :dbpassword NOSUPERUSER NOCREATEDB; -- Grants alter database :dbname owner to :dbuser; grant all privileges on database :dbname to :dbuser; Loading
docker/sql/admin/01_create_db_user.sql +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ -- DATABASE, USER, ETC. -- -- Databases create database :dbname with ENCODING = 'UTF-8'; -- Users create user :dbuser with encrypted password :dbpassword NOSUPERUSER NOCREATEDB; -- Grants alter database :dbname owner to :dbuser; grant all privileges on database :dbname to :dbuser;