Re: Cannot create perlplu function

From: Thangalin <thangalin(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Cannot create perlplu function
Date: 2013-04-02 20:50:36
Message-ID: CAANrE7pM=Ocn_WbmQLo1rrJaKV992PEhND_S4MWCP0K376hjag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

Resolved as follows:

DROP LANGUAGE plperl;DROP LANGUAGE plperlu;CREATE OR REPLACE TRUSTED
LANGUAGE plperlu;UPDATE pg_language set lanpltrusted = true where
lanname='plperlu';GRANT ALL ON LANGUAGE plperlu TO account_name WITH
GRANT OPTION;ALTER USER account_name WITH SUPERUSER;

Don't know what happened, but removing "plperl" and adding the account as a
SUPERUSER helped resolve it.

Thank you.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Kevin Grittner 2013-04-02 22:26:07 Re: Implementing SCD Type 2.
Previous Message Bastiaan Olij 2013-04-02 12:48:58 Re: about .pgpass