LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   can't install extension postgres (https://www.linuxquestions.org/questions/linux-software-2/cant-install-extension-postgres-4175545340/)

mtdew3q 06-14-2015 03:35 PM

can't install extension postgres
 
Hi-

I can't install the ltree extension.

mydb=# CREATE EXTENSION ltree
mydb-# \dx
List of installed extensions
Name | Version | Schema | Description
---------+---------+------------+------------------------------
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
(1 row)

I don't know when to issue that command to get it to work. I installed the package postgresql-contrib. Please offer a tip if you have the trick.

I am just hanging out tonight getting ready to code a project. I will check back in a little while to see if somone knew this. I am a postgres beginner.

thanks!
3rdshiftcoder

mtdew3q 06-14-2015 04:13 PM

Hi-

I used pgadmin3 and ran the command create extension ltree with sql pane and now it appears. I don't know why but problem solved.

thanks


All times are GMT -5. The time now is 12:09 AM.