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

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: pgcrypto regression test: how can I change the port?
Дата
Msg-id 20050826024744.GA89738@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: pgcrypto regression test: how can I change the port?  ("Colin E. Freas" <cef6@georgetown.edu>)
Список 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

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: What is syslog:duration reporting ... ?
Следующее
От: David Durham
Дата:
Сообщение: dumping query results to a csv