Thread

  1. BUG #8956: fedora download does not contain pg_config

    Kieran McCusker <kieran.mccusker@gmail.com> — 2014-01-24T17:01:27Z

    The following bug has been logged on the website:
    
    Bug reference:      8956
    Logged by:          Kieran
    Email address:      kieran.mccusker@gmail.com
    PostgreSQL version: 9.3.2
    Operating system:   Linux fedora 20
    Description:        
    
    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?
    
    Thanks
    
    Kieran
    
    
    
  2. Re: BUG #8956: fedora download does not contain pg_config

    John R Pierce <pierce@hogranch.com> — 2014-01-24T18:18:49Z

    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
    
    
    
    
  3. Re: BUG #8956: fedora download does not contain pg_config

    Devrim Gündüz <devrim@gunduz.org> — 2014-01-27T22:27:41Z

    Hi,
    
    On Fri, 2014-01-24 at 17:01 +0000, kieran.mccusker@gmail.com wrote:
    > PostgreSQL version: 9.3.2
    > Operating system:   Linux fedora 20
    > Description:        
    > 
    > 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?
    
    Yes. We put binaries under $PATH, if they are cross version compabible
    -- like vacuumdb, psql, etc.
    
    Regards,
    -- 
    Devrim GÜNDÜZ
    Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
    PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
    Twitter: @DevrimGunduz , @DevrimGunduzTR