mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #118952 from expipiplus1/patch-2
services.postgresql: Improve example clarity
This commit is contained in:
commit
3036212d5a
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ in
|
|||
'';
|
||||
example = literalExample ''
|
||||
{
|
||||
"DATABASE nextcloud" = "ALL PRIVILEGES";
|
||||
"DATABASE \"nextcloud\"" = "ALL PRIVILEGES";
|
||||
"ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue