From: | Payal Singh <payal(at)omniti(dot)com> |
---|---|
To: | Shmagi Kavtaradze <kavtaradze(dot)s(at)gmail(dot)com> |
Cc: | "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: postgres version problem |
Date: | 2016-02-15 14:57:02 |
Message-ID: | CANUg7LD8d+Kz+eg4r3fn9T2PmWika9ivh0T3=5YunFKw_Kd=vQ@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Did you install 9.5 from source or with a package? try doing a sudo find /
-name *pg_config* and see if you can see another path to 9.5 version.
Payal Singh,
Database Administrator,
OmniTI Computer Consulting Inc.
Phone: 240.646.0770 x 253
On Mon, Feb 15, 2016 at 9:48 AM, Shmagi Kavtaradze <kavtaradze(dot)s(at)gmail(dot)com>
wrote:
> That's what I am trying to say. I have only /usr/lib/postgresql/9.4/bin/pg_config,
> not /usr/lib/postgresql/9.5/bin/pg_config.
>
> On Mon, Feb 15, 2016 at 3:32 PM, Payal Singh <payal(at)omniti(dot)com> wrote:
>
>> The 9.5 version of pg_config should be in the 9.5 directory (probably
>> /usr/lib/postgresql/9.5/bin/pg_config). If there, you will have to specify
>> pg_config path while compiling the extension (something like
>> --pg_confgi=/usr/lib...)
>>
>> Payal Singh,
>> Database Administrator,
>> OmniTI Computer Consulting Inc.
>> Phone: 240.646.0770 x 253
>>
>> On Mon, Feb 15, 2016 at 9:17 AM, Shmagi Kavtaradze <
>> kavtaradze(dot)s(at)gmail(dot)com> wrote:
>>
>>> When I first installed postgres it was 9.4 vesrion. Then I uninstalled
>>> 9.4 and installed 9.5. I wanted to install extension, but it was installing
>>> in 9.4 directory. When I started searching for the solution, turned out
>>> that pg_config I have is in "/usr/lib/postgresql/9.4/bin/pg_config". So
>>> what is wrong? If my postgres server is version 9.5, where is pg_config for
>>> 9.5 version?
>>>
>>>
>>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Shmagi Kavtaradze | 2016-02-15 15:21:40 | Re: postgres version problem |
Previous Message | Shmagi Kavtaradze | 2016-02-15 14:48:58 | Re: postgres version problem |