Re: Cstore_fdw issue.

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
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-06 23:43:45
Message-ID: 1983bc09e1301ea1fd8302c178d287d99ca8ccf4.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

On Thu, 2020-04-02 at 20:40 +0000, 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 time, because community packages do not put pg_config under /usr/bin.

rpm -qa|grep postgresql

will probably tell you that 9.2 is also installed. In this case, I'd do these:

* yum remove postgresql-*
* yum reinstall postgresql12*

The 2nd step is needed to restore the broken links.

Regards,
--
Devrim Gündüz
Open Source Solution Architect, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guyren Howe 2020-04-07 01:11:49 How to unnest nested arrays
Previous Message Devrim Gündüz 2020-04-06 23:41:27 Re: Cstore_fdw issue.