Skip to content

Commit

Permalink
nixos/postgresql: fix description of ensureUsers.ensurePermissions
Browse files Browse the repository at this point in the history
`attrName` and `attrValue` are now in correct order.
  • Loading branch information
sorki authored and happysalada committed May 17, 2021
1 parent 7347900 commit 29158fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/databases/postgresql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ in
For more information on how to specify the target
and on which privileges exist, see the
<link xlink:href="https://www.postgresql.org/docs/current/sql-grant.html">GRANT syntax</link>.
The attributes are used as <code>GRANT ''${attrName} ON ''${attrValue}</code>.
The attributes are used as <code>GRANT ''${attrValue} ON ''${attrName}</code>.
'';
example = literalExample ''
{
Expand Down

0 comments on commit 29158fc

Please sign in to comment.