Re: How to declare PG version for compiling extensions.

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: GPT <gptmailinglists(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: How to declare PG version for compiling extensions.
Date: 2018-10-22 13:57:55
Message-ID: 5a1810c6-002d-874b-736d-458248b96b00@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/22/18 6:53 AM, GPT wrote:
> Unfortunately, I had not installed the following package:
>
> "postgresql-server-dev-11"
>
> By the way, shouldn't a warning message appear while trying to run:
>
> `PATH=/usr/lib/postgresql/11/bin:$PATH make USE_PGXS=1`
>
> warning the user that some files are missing.

Except there weren't. In $PATH there where the PG 10 files that could be
used. Now they where not the ones you wanted, but make did not 'know' that.

>
> Tia
>
>
> On 10/22/18, GPT <gptmailinglists(at)gmail(dot)com> wrote:
>> Hi,
>>
>> Both PG versions 10.5 and 11 are installed.
>>
>> I have been trying to compile extensions for PG11 by using:
>>
>> PATH=/.../11/bin:PATH make USE_...
>>
>> but unfortunately PG10 is always being used (the `make` output always
>> shows PG10 and refers to `pg_config`).
>>
>> 1) Does it have to do with pg_config?
>> 2) How can I declare which PG version to be used in real time?
>> 3) How can I change which PG version to be used permanently?
>>
>> Tia
>>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2018-10-22 14:02:56 Re: How to declare PG version for compiling extensions.
Previous Message Don Seiler 2018-10-22 13:57:38 Re: Replication question