RE: Create extention CITEX failed - Mailing list pgsql-admin

From Mihalidesová Jana
Subject RE: Create extention CITEX failed
Date
Msg-id 78b3ba6e52ad4993b6b5dd0946d2bfe5@cetin.cz
Whole thread Raw
In response to Create extention CITEX failed  (Mihalidesová Jana <jana.mihalidesova@cetin.cz>)
List pgsql-admin
Hi,

Thanks a lot I already figured it out.

Jana

-----Original Message-----
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Sent: Tuesday, June 30, 2020 11:41 AM
To: Mihalidesová Jana <jana.mihalidesova@cetin.cz>; pgsql-admin@postgresql.org
Subject: Re: Create extention CITEX failed


On 2020-06-30 10:54, Mihalidesová Jana wrote:
> Hi,
>
> I unzip the binaries for postgresl 12.2 on server. There is a
> directory .. /postgresql-12.2/contrib with list of possible
> extentions. Then I installed postgres using
>
> configure --prefix=/pgsql/bin/<version>_<db_name>
>
> make
>
> make install

You need to run make install-world or make -C contrib install to install contrib modules from source.

>
> then I created database
>
> pg_ctl -D /<path> initdb
>
> Now I try to create extention but I got error
>
> clooneyt=# CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA public;
>
> ERROR:  could not open extension control file
> "/pgsql/bin/12.2_clooneyt/share/extension/citext.control": No such
> file or directory
>
> And really there’s no citext.control file. How I install/create
> extention CITEX.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Obsah této zprávy má výlučně komunikační charakter. Nepředstavuje návrh na uzavření smlouvy či na její změnu ani
přijetípřípadného návrhu. Smlouvy či jejich změny jsou společností CETIN a.s. uzavírány v písemné formě nebo v podobě a
postupempodle příslušných všeobecných podmínek společnosti CETIN a.s., a pokud jsou dohodnuty všechny náležitosti.
Smlouvyjsou uzavírány oprávněnou osobou na základě písemného pověření. Smlouvy o smlouvě budoucí jsou uzavírány
výhradněv písemné formě, vlastnoručně podepsané nebo s uznávaným elektronickým podpisem. Podmínky, za nichž CETIN a.s.
přistupujek jednání o smlouvě a jakými se řídí, jsou dostupné
zde<https://www.cetin.cz/cs/jak-cetin-vyjednava-o-smlouve>.

The content of this message is intended for communication purposes only. It does neither represent any contract
proposal,nor its amendment or acceptance of any potential contract proposal. CETIN a.s. concludes contracts or
amendmentsthereto in a written form or in the form and the procedure in accordance with relevant general terms and
conditionsof CETIN a.s., if all requirements are agreed. Contracts are concluded by an authorized person entitled on
thebasis of a written authorization. Contracts on a future contract are concluded solely in a written form, self-signed
orsigned by means of an advanced electronic signature. The conditions under which CETIN a.s. negotiates contracts and
underwhich it proceeds are available here<https://www.cetin.cz/en/jak-cetin-vyjednava-o-smlouve>.
 

pgsql-admin by date:

Previous
From: Remya DJ
Date:
Subject: Reg. Postgres utility for fetching multiple rows from DB
Next
From: Praveen Kumar K S
Date:
Subject: [HELP] Query regarding failover