From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | John R Pierce <pierce(at)hogranch(dot)com>, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Problem when installing PL/Proxy with Windows OS |
Date: | 2015-03-29 14:15:44 |
Message-ID: | 55180910.7070805@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2015-03-29 18:40:41 | Re: pg_get_constraintdef() doesn't always give an equal constraint |
Previous Message | Jon Jensen | 2015-03-28 23:18:19 | Re: pg_get_constraintdef() doesn't always give an equal constraint |