Re: pgcrypto regression test: how can I change the port?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Colin E(dot) Freas" <cef6(at)georgetown(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pgcrypto regression test: how can I change the port?
Date: 2005-08-26 02:47:44
Message-ID: 20050826024744.GA89738@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Aug 25, 2005 at 08:21:11PM -0400, Colin E. Freas wrote:
> Found the PGPORT variable.
>
> But is there a way to invoke the tests with a different port from the
> command line?

You should be able to set variables like PGPORT, PGUSER, PGHOST,
etc., on make's command line:

make PGPORT=12345 installcheck

Some systems have an "env" command that runs a command with a
modified environment:

env PGPORT=12345 make installcheck

--
Michael Fuhr

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bouchard Sylvie 2005-08-26 07:57:47 Password and batch process
Previous Message Marc G. Fournier 2005-08-26 01:39:38 Re: What is syslog:duration reporting ... ?