mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
postgresql: improve identMap description
This patch provides example usage for identMap based upon PostrgeSQL documentation @thoughtpolice
This commit is contained in:
parent
36abb06ee6
commit
169cb996c5
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue