about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorCraige McWhirter <craige@mcwhirter.io>2019-09-05 11:36:19 +1000
committerAustin Seipp <aseipp@pobox.com>2019-09-05 12:28:21 -0500
commit169cb996c564eeffc51653882c9f7aa3898fdc44 (patch)
treeea15934bbff1d0ec40c4a61375132963b4735bd9 /nixos
parent36abb06ee61e77920308922a40972c745b205277 (diff)
downloadnixlib-169cb996c564eeffc51653882c9f7aa3898fdc44.tar
nixlib-169cb996c564eeffc51653882c9f7aa3898fdc44.tar.gz
nixlib-169cb996c564eeffc51653882c9f7aa3898fdc44.tar.bz2
nixlib-169cb996c564eeffc51653882c9f7aa3898fdc44.tar.lz
nixlib-169cb996c564eeffc51653882c9f7aa3898fdc44.tar.xz
nixlib-169cb996c564eeffc51653882c9f7aa3898fdc44.tar.zst
nixlib-169cb996c564eeffc51653882c9f7aa3898fdc44.zip
postgresql: improve identMap description
This patch provides example usage for identMap based upon PostrgeSQL documentation

@thoughtpolice
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/databases/postgresql.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix
index 10250bb5193a..1ed4d3290ced 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -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
         '';
       };