postgresql: update docs

https://github.com/NixOS/nixpkgs/issues/32156
This commit is contained in:
Danylo Hlynskyi 2019-07-23 14:17:14 +03:00 committed by GitHub
parent f99063f6a1
commit d54e52276b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ Type "help" for help.
<para>
By default, PostgreSQL stores its databases in
<filename>/var/db/postgresql</filename>. You can override this using
<filename>/var/lib/postgresql/$psqlSchema</filename>. You can override this using
<xref linkend="opt-services.postgresql.dataDir"/>, e.g.
<programlisting>
<xref linkend="opt-services.postgresql.dataDir"/> = "/data/postgresql";