Re: BUG #8956: fedora download does not contain pg_config

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8956: fedora download does not contain pg_config
Date: 2014-01-24 18:18:49
Message-ID: 52E2AE89.6000401@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 1/24/2014 9:01 AM, kieran(dot)mccusker(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Noah Misch 2014-01-24 21:36:56 Re: Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.
Previous Message Moshe Jacobson 2014-01-24 17:56:42 Re: Rounding error on extract(epoch ..)