Re: Problem when installing PL/Proxy with Windows OS - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: Problem when installing PL/Proxy with Windows OS
Date
Msg-id 55180910.7070805@gmx.net
Whole thread Raw
In response to Re: Problem when installing PL/Proxy with Windows OS  (John R Pierce <pierce@hogranch.com>)
List pgsql-bugs
On 3/20/15 12:36 PM, John R Pierce wrote:
> On 3/20/2015 12:26 AM, IPN Bala GSS TVL wrote:
>> I tried with quotes. It didn't work. I am using cygwin
>> (https://www.cygwin.com/) to run Unix command in my Windows OS. I
>> don't know about Unix. Is there any manual setup instead running below
>> commands?
>> 03.make PG_CONFIG=/opt/PostgresPlus/9.1AS/bin/pg_config
>> 04.make intall PG_CONFIG=/opt/PostgresPlus/9.1AS/bin/pg_config
>
> in Unix shells, environment setting commands go BEFORE make
>
>     PG_CONFIG=.....   make
>
> or probably simpler, just export PG_CONFIG in your environment
>
>     export PG_CONFIG=......
>     make
>     make install

But this is not an environment setting but a make variable, so the
original version is correct.

pgsql-bugs by date:

Previous
From: Jon Jensen
Date:
Subject: Re: pg_get_constraintdef() doesn't always give an equal constraint
Next
From: Tom Lane
Date:
Subject: Re: pg_get_constraintdef() doesn't always give an equal constraint