1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

postgresql: improve identMap description

This patch provides example usage for identMap based upon PostrgeSQL documentation

@thoughtpolice
This commit is contained in:
Craige McWhirter 2019-09-05 11:36:19 +10:00 committed by Austin Seipp
parent 36abb06ee6
commit 169cb996c5

View file

@ -81,6 +81,10 @@ in
default = "";
description = ''
Defines the mapping from system users to database users.
The general form is:
map-name system-username database-username
'';
};