docs: update docs for postgresql plugins (#64899)

docs: update docs for postgresql plugins

Co-Authored-By: Mario Rodas <marsam@users.noreply.github.com>
This commit is contained in:
Danylo Hlynskyi
2019-07-21 22:05:41 +03:00
committed by GitHub
parent b647c76929
commit caa0f82bf8
3 changed files with 80 additions and 33 deletions

View File

@@ -151,6 +151,9 @@ let
# below. See #22653
pathsToLink = ["/" "/bin"];
# Note: the duplication of executables is about 4MB size.
# So a nicer solution was patching postgresql to allow setting the
# libdir explicitely.
postBuild = ''
mkdir -p $out/bin
rm $out/bin/{pg_config,postgres,pg_ctl}