Re: improve installation short version

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: improve installation short version
Date: 2021-06-03 13:01:05
Message-ID: a8bf167b-e7b5-7259-ee60-7b56bd0664f3@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 02.06.21 23:27, Andrew Dunstan wrote:
>>> <short-version-comments.patch>
>> It's not the fault of your patch, but the docs seem to be misleading in ways that your comments don't fix. (Or perhaps my Windows knowledge is just too lacking to realize why these instructions are ok?)
>>
>> Prior to where your patch makes changes, the docs say, "If you are building PostgreSQL for Microsoft Windows, read this chapter if you intend to build with MinGW or Cygwin". I think going on to tell the users to use `su` is a bit odd. Does that exist in standard MinGW and Cygwin environments? I thought "run as" was the Windows option for this.
>>
>
> Yes, good point. We should fix that. Yes, "runas" is a sort of su.
> There's no adduser either.

I think those instructions were written before "sudo" became common.
Maybe we should update them a bit.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2021-06-03 13:03:14 Re: Fixup some appendStringInfo and appendPQExpBuffer calls
Previous Message Peter Eisentraut 2021-06-03 12:57:42 Re: Are we missing (void) when return value of fsm_set_and_search is ignored?