Run make checkinstall with configurable user.

From: mahendrakar s <mahendrakarforpg(at)gmail(dot)com>
To: pgsql-novice <pgsql-novice(at)lists(dot)postgresql(dot)org>
Cc: rohanforpostgres(at)gmail(dot)com
Subject: Run make checkinstall with configurable user.
Date: 2023-07-28 06:06:57
Message-ID: CABkiuWrj2FTGER=NHh-RvXFCqo=xyS8WXQ6CFBwG8sgDxNjyGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

Is there a way to run the make checkinstall for 3rd party extensions
with a configurable user? Specifically regression tests of the
extension.
Basically, I want the regression tests to be run as other user than
the super user.

I'm looking for something like this:

make checkinstall PG_USER=<otheruser>

Thanks,
Mahendrakar.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Laurenz Albe 2023-07-28 06:24:37 Re: Run make checkinstall with configurable user.
Previous Message Tomasz Barszczewski 2023-07-23 22:20:18 Re: Help with pgAdmin