Re: plperl and plperlu language extentsions

2018-06-29 Thread Niles Oien
I got it working, although I found it a bit odd. Although "yum list" showed postgresql10-plperl.x86_64 as being installed, in fact : yum install postgresql10-plperl went ahead as if it was not installed, and I was now able to create the language extensions. Thanks, all, Niles. On Thu, Jun 28,

Re: plperl and plperlu language extentsions

2018-06-29 Thread Niles Oien
Thanks for responding! I installed Postgres 10 from the PG repos. I believe the system came with Postgres 9.2 on it but I never used that. Postgres 10 is first in the path. On Thu, Jun 28, 2018 at 7:03 AM, Adrian Klaver wrote: > On 06/27/2018 08:27 AM, Niles Oien wrote: > >> >> Hi, >> >> I am

Re: plperl and plperlu language extentsions

2018-06-28 Thread Adrian Klaver
On 06/28/2018 12:21 PM, Niles Oien wrote: I got it working, although I found it a bit odd. Although "yum list" showed postgresql10-plperl.x86_64 as being installed, in fact : I don't use RH based systems much so I failed to catch it earlier. From your earlier post: # yum list | grep postgr

Re: plperl and plperlu language extentsions

2018-06-28 Thread Adrian Klaver
On 06/27/2018 08:27 AM, Niles Oien wrote: Hi, I am running postgres 10.4 on CentOS 7.5. I am having trouble getting the plperl language extension going : netdrms02.nispdc.nso.edu:5432 postgres@nsocu=# CREATE EXTENSION plperl; ERROR:  58P01: could not o

Re: plperl and plperlu language extentsions

2018-06-28 Thread Luca Ferrari
On Thu, Jun 28, 2018 at 9:26 AM Niles Oien wrote: > > Yet plperl would seem to be installed : > > # yum list | grep postgres | grep perl > postgresql-plperl.x86_64 9.2.23-3.el7_4 base > postgresql10-plperl.x86_6410.4-1PGDG.rhel7 pgdg10 >