Re: Now using "yum.postgresql.org - RE: EnterpriseDB: PostgreSql 9.4 Where is the Language Pack Installer?

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Stephen Tahmosh <stahmosh(at)shieldsrx(dot)com>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Now using "yum.postgresql.org - RE: EnterpriseDB: PostgreSql 9.4 Where is the Language Pack Installer?
Date: 2015-06-17 19:30:14
Message-ID: 1434569414.28839.17.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Hi,

On Wed, 2015-06-17 at 19:26 +0000, Stephen Tahmosh wrote:
> I confirmed they are installed via "yum list" and located the core
> postgres files but not the extensions
> I can't find out where the plpython/plperl objects are.

yum search postgresql94

would give you names of all packages for PostgreSQL 9.4.

so

yum install postgresql94-plpython postgresql94-plperl

would do the trick.

> Also, How do I determine which version of python, perl, (tcl) are
> supported with these language extensions?

The versions supplied by the OS -- that is why using RPMs is a bit
better choice.

Regards,

--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Stephen Tahmosh 2015-06-17 19:48:05 Re: Now using "yum.postgresql.org - RE: EnterpriseDB: PostgreSql 9.4 Where is the Language Pack Installer?
Previous Message Stephen Tahmosh 2015-06-17 19:26:34 Now using "yum.postgresql.org - RE: EnterpriseDB: PostgreSql 9.4 Where is the Language Pack Installer?