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

View File

@ -52,7 +52,7 @@ Type "help" for help.
<para> <para>
By default, PostgreSQL stores its databases in 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. <xref linkend="opt-services.postgresql.dataDir"/>, e.g.
<programlisting> <programlisting>
<xref linkend="opt-services.postgresql.dataDir"/> = "/data/postgresql"; <xref linkend="opt-services.postgresql.dataDir"/> = "/data/postgresql";