Re: Cstore_fdw issue.

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Moses Mafusire <mosesmafusire(at)yahoo(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Cstore_fdw issue.
Date: 2020-04-03 17:56:58
Message-ID: cd01ee7f-e426-4e77-b0dc-4d0268617bdb@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/3/20 10:48 AM, Moses Mafusire wrote:
> Adrian,
> I really appreciate your help. I was able to open the file in a text
> editor in centOS, but it's read-only. I cannot even replace the file.
> Any tricks up your sleeves for me to edit this file.

Looks like a permissions issue.

In your first post you had:

[postgres(at)dart-centos cstore_fdw]$ PATH=/usr/pgsql-12/bin/:$PATH make

From above I am assuming you unpacked the cstore source as the postgres
user into the cstore_fdw directory. Is that correct?

If that is the case then you will need to open the Makefile as the
postgres user in order to edit it.

While you are in:

[postgres(at)dart-centos cstore_fdw]$

run:

/usr/bin/pg_config

and

/usr/pgsql-12/bin/pg_config

and confirm they are actually returning information.

>
> Thanks
>
> *Moses *

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Moses Mafusire 2020-04-03 18:52:43 Re: Cstore_fdw issue.
Previous Message Moses Mafusire 2020-04-03 17:48:12 Re: Cstore_fdw issue.