Re: BUG #8956: fedora download does not contain pg_config - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #8956: fedora download does not contain pg_config
Date
Msg-id 52E2AE89.6000401@hogranch.com
Whole thread Raw
In response to BUG #8956: fedora download does not contain pg_config  (kieran.mccusker@gmail.com)
List pgsql-bugs
On 1/24/2014 9:01 AM, kieran.mccusker@gmail.com wrote:
> Sorry if this is the wrong place. I was trying to install file_textarray_fdw
> but it is not in the fedora contrib rpm so I tried to install it from github
> but found that pg_config is not in the client programs. Is this by intent?

put /usr/pgsql-9.3/bin in the front of your PATH, like...

     export PATH=/usr/pgsql-9.3/bin:$PATH

prior to building.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast

pgsql-bugs by date:

Previous
From: Moshe Jacobson
Date:
Subject: Re: Rounding error on extract(epoch ..)
Next
From: Noah Misch
Date:
Subject: Re: Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.