From: | Mihalidesová Jana <jana(dot)mihalidesova(at)cetin(dot)cz> |
---|---|
To: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Create extention CITEX failed |
Date: | 2020-06-30 08:54:46 |
Message-ID: | fb138136a04143e29e708ecfb571a16b@cetin.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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
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.
Thanks,
JM
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 postupem podle příslušných všeobecných podmínek společnosti CETIN a.s., a pokud jsou dohodnuty všechny náležitosti. Smlouvy jsou 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řistupuje k 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 amendments thereto in a written form or in the form and the procedure in accordance with relevant general terms and conditions of CETIN a.s., if all requirements are agreed. Contracts are concluded by an authorized person entitled on the basis of a written authorization. Contracts on a future contract are concluded solely in a written form, self-signed or signed by means of an advanced electronic signature. The conditions under which CETIN a.s. negotiates contracts and under which it proceeds are available here<https://www.cetin.cz/en/jak-cetin-vyjednava-o-smlouve>.
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2020-06-30 09:40:47 | Re: Create extention CITEX failed |
Previous Message | srini ram | 2020-06-29 17:18:28 | pg_dump backup issue |