nixos/postgresql: fix description of ensureUsers.ensurePermissions

`attrName` and `attrValue` are now in correct order.
This commit is contained in:
Richard Marko 2021-02-12 09:10:25 +01:00 committed by Raphael Megzari
parent 734790006a
commit 29158fc0ac

View file

@ -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 ''
{