Re: Cstore_fdw issue.

2020-04-06 Thread Devrim Gündüz
Hi, On Thu, 2020-04-02 at 20:40 +, Moses Mafusire wrote: > > 3. I have searched for pg_config directory and found 2 locations; > /usr/bin/pg_config/usr/pgsql-12/bin/pg_config BTW, I think both the OS-supplied and the community packages are installed at the same t

Re: Cstore_fdw issue.

2020-04-06 Thread Devrim Gündüz
Hi, On Thu, 2020-04-02 at 20:40 +, Moses Mafusire wrote: > Hi,I am new to PostgreSQL, successfully installed PGSql v12.2 on my CentOS 7 > machine and I am trying to install cstore_fdw. yum install cstore_fdw_12 Regards, -- Devrim Gündüz Open Source Solution Architect, Red Hat Certified Eng

Re: Cstore_fdw issue.

2020-04-03 Thread Adrian Klaver
On 4/3/20 11:52 AM, Moses Mafusire wrote: I actually started the installation process as me. I was logged as user postgres because after trying and getting that version error message. I thought as user postgres I would be able to install, but failed). I get the same results though; Dawned on

Re: Cstore_fdw issue.

2020-04-03 Thread Adrian Klaver
On 4/3/20 11:52 AM, Moses Mafusire wrote: I actually started the installation process as me. I was logged as user postgres because after trying and getting that version error message. I thought as user postgres I would be able to install, but failed). I get the same results though; Yes, but y

Re: Cstore_fdw issue.

2020-04-03 Thread Moses Mafusire
I actually started the installation process as me. I was logged as user postgres because after trying and getting that version error message. I thought as user postgres I would be able to install, but failed). I get the same results though; [username@dart-centos ~]$ /usr/bin/pg_configBINDIR = /u

Re: Cstore_fdw issue.

2020-04-03 Thread Adrian Klaver
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

Re: Cstore_fdw issue.

2020-04-03 Thread Moses Mafusire
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. Thanks Moses  On Friday, April 3, 2020, 12:40:19 PM EDT, Adrian Klaver wrote: On 4/3/20

Re: Cstore_fdw issue.

2020-04-03 Thread Adrian Klaver
On 4/3/20 9:26 AM, Moses Mafusire wrote: Hi Adrian, Yes VERSION = PostgreSQL 12.1, is the only version I have. So I am novice to Linux and Postgres, where should I run this /ifndef MAJORVERSION     MAJORVERSION := $(basename $(VERSION)) endif $(info  MAJORVERSION is $(MAJORVERSION))/ and do I

Re: Cstore_fdw issue.

2020-04-03 Thread Moses Mafusire
Hi Adrian,Yes VERSION = PostgreSQL 12.1, is the only version I have. So I am novice to Linux and Postgres, where should I run this ifndef MAJORVERSION     MAJORVERSION := $(basename $(VERSION)) endif $(info  MAJORVERSION is $(MAJORVERSION)) and do I run as is or do I need to do something else, if

Re: Cstore_fdw issue.

2020-04-03 Thread Adrian Klaver
On 4/3/20 5:53 AM, Moses Mafusire wrote: Hi Adrian, Thanks for your response. Here is what I'm getting when I run /pg_config;/ VERSION = PostgreSQL 12.1 So that is the correct version. Just to be clear there is only one version of Postgres on this machine, correct? Before you run make ag

Re: Cstore_fdw issue.

2020-04-03 Thread Moses Mafusire
Hi Adrian, Thanks for your response. Here is what I'm getting when I run pg_config; $ pg_configBINDIR = /usr/binDOCDIR = /usr/share/doc/pgsqlHTMLDIR = /usr/share/doc/pgsqlINCLUDEDIR = /usr/includePKGINCLUDEDIR = /usr/include/pgsqlINCLUDEDIR-SERVER = /usr/include/pgsql/serverLIBDIR = /usr/lib64P

Re: Cstore_fdw issue.

2020-04-02 Thread Adrian Klaver
On 4/2/20 1:40 PM, Moses Mafusire wrote: Hi, I am new to PostgreSQL, successfully installed PGSql v12.2 on my CentOS 7 machine and I am trying to install cstore_fdw.     1. I have managed to run this command; /sudo yum install protobuf-c-devel/ / / /    2. /Per the instructions I am followin;

Cstore_fdw issue.

2020-04-02 Thread Moses Mafusire
Hi,I am new to PostgreSQL, successfully installed PGSql v12.2 on my CentOS 7 machine and I am trying to install cstore_fdw.     1. I have managed to run this command; sudo yum install protobuf-c-devel     2. Per the instructions I am followin; Once you have protobuf-c installed on