restore error - language "plperlu" is not trusted - Mailing list pgsql-general

From Christopher Murtagh
Subject restore error - language "plperlu" is not trusted
Date
Msg-id 1071642142.10229.4.camel@mafalda.murtagh.name
Whole thread Raw
Responses Re: restore error - language "plperlu" is not trusted  ("scott.marlowe" <scott.marlowe@ihs.com>)
Re: restore error - language "plperlu" is not trusted  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Greetings,

 I just had to dump and restore one of my DBs (7.4RC2), and I got an
interesting message.

 I first did:

 pg_dump dbname > db_restore.sql

 Then at console did the following:

 \i db_restpre.sql

 which performed everything as expected with the following ERROR
message:

ERROR:  language "plperlu" is not trusted

and it gave a line number, which contained the following:

GRANT ALL ON LANGUAGE plperlu TO postgres WITH GRANT OPTION;

Now, my plperlu functions seem to behaving as expected (they read from
and write to /tmp). Should I be worried?

Cheers,

Chris

--
Christopher Murtagh
Enterprise Systems Administrator
ISR / Web Communications Group
McGill University
Montreal, Quebec
Canada

Tel.: (514) 398-3122
Fax:  (514) 398-2017

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Any commercial shopping cart packages using postgresql?
Next
From: Karsten Hilbert
Date:
Subject: Re: Any commercial shopping cart packages using postgresql?