mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Don't mention Postgres roles, just say users
This commit is contained in:
parent
b217a2ed69
commit
f1e85f7112
@ -4,7 +4,7 @@ DO $$
|
||||
BEGIN
|
||||
CREATE USER {{ additional_db.username }};
|
||||
EXCEPTION WHEN DUPLICATE_OBJECT THEN
|
||||
RAISE NOTICE 'not creating role {{ additional_db.username }}, since it already exists';
|
||||
RAISE NOTICE 'not creating user {{ additional_db.username }}, since it already exists';
|
||||
END
|
||||
$$;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user