BUG #8956: fedora download does not contain pg_config
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
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/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
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
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