restore error - language "plperlu" is not trusted

From: Christopher Murtagh <christopher(dot)murtagh(at)mcgill(dot)ca>
To: postgres general <pgsql-general(at)postgresql(dot)org>
Subject: restore error - language "plperlu" is not trusted
Date: 2003-12-17 06:22:22
Message-ID: 1071642142.10229.4.camel@mafalda.murtagh.name
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2003-12-17 06:30:29 Re: Any commercial shopping cart packages using postgresql?
Previous Message Kaushik Roy 2003-12-17 06:03:04 Regarding Start of postmaster

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-17 07:00:03 Re: Unix timestamp -> timestamp, per Tom Lane :)
Previous Message Bruce Momjian 2003-12-17 02:35:23 Re: fork/exec patch