Merge pull request #118952 from expipiplus1/patch-2

services.postgresql: Improve example clarity
This commit is contained in:
Aaron Andersen 2021-04-10 10:19:50 -04:00 committed by GitHub
commit 3036212d5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ in
'';
example = literalExample ''
{
"DATABASE nextcloud" = "ALL PRIVILEGES";
"DATABASE \"nextcloud\"" = "ALL PRIVILEGES";
"ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
}
'';