Fir mkdir command in "Short Version" for installing from source
Daniel Westermann (DWE) <daniel.westermann@dbi-services.com>
From: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
To: "pgsql-docs@lists.postgresql.org" <pgsql-docs@lists.postgresql.org>
Date: 2022-03-13T16:05:42Z
Lists: pgsql-docs
Hi, if you follow that example step by step, the mkdir command will fail, obviously: https://www.postgresql.org/docs/current/install-short.html Is it worth fixing that with "mkdir -p ..."? Regards Daniel
Commits
-
doc: Ensure intermediate path creation with mkdir
- 3ac577b912fb 15.0 landed