Re: restore error - language "plperlu" is not trusted

Поиск
Список
Период
Сортировка
От Christopher Murtagh
Тема Re: restore error - language "plperlu" is not trusted
Дата
Msg-id 1071682298.6551.7.camel@brahma.wcg.mcgill.ca
обсуждение исходный текст
Ответ на Re: restore error - language "plperlu" is not trusted  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
On Wed, 2003-12-17 at 10:55, scott.marlowe wrote:
> >  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?
>
> Did you install plperlu ahead of time as the super user, then run your
> restore as the regular database owner?

 No, I hadn't, I guess I had assumed that the restore would do that.
More interestingly, I did the restore on a different
machine/architecture (PPC instead of Intel) running 7.4 final release
(instead of RC2) and I didn't get the error message. However all of my
plperlu triggers seem to behaving normally. When I tried to install
plperlu afterwards I got this:

createlang plperlu a
createlang: language "plperlu" is already installed in database "a"

 Hrm... Ah well. I'll know for next time to install the language first,
I just hope it won't bit me in the ass before then. :-)

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 по дате отправления:

Предыдущее
От: Tim McAuley
Дата:
Сообщение: Deadlocks with plpgsql
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: copy command problem