>> On 14 Mar 2022, at 15:01, Tom Lane wrote:
>>
>> Daniel Gustafsson writes:
>>> On 13 Mar 2022, at 17:05, Daniel Westermann (DWE)
>>> wrote:
Is it worth fixing that with "mkdir -p ..."?
>>
>>> Well, it will fail unless the user already had /usr/local/pgsql/, but I hear
>>> what you're
> On 14 Mar 2022, at 15:01, Tom Lane wrote:
>
> Daniel Gustafsson writes:
>> On 13 Mar 2022, at 17:05, Daniel Westermann (DWE)
>> wrote:
>>> Is it worth fixing that with "mkdir -p ..."?
>
>> Well, it will fail unless the user already had /usr/local/pgsql/, but I hear
>> what you're saying.
Daniel Gustafsson writes:
> On 13 Mar 2022, at 17:05, Daniel Westermann (DWE)
> wrote:
>> Is it worth fixing that with "mkdir -p ..."?
> Well, it will fail unless the user already had /usr/local/pgsql/, but I hear
> what you're saying. Though I bet almost anyone following this will be able to
> On 13 Mar 2022, at 17:05, Daniel Westermann (DWE)
> wrote:
> 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 ..."?
Well, it will fail unless the user a