Re: UPDATE pg_language SET lanpltrusted=true WHERE lanname='plpgsql'

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: PeterKorman <calvin-pgsql-ml(at)eigenvision(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: UPDATE pg_language SET lanpltrusted=true WHERE lanname='plpgsql'
Date: 2003-05-25 02:57:35
Message-ID: 2812.1053831455@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

PeterKorman <calvin-pgsql-ml(at)eigenvision(dot)com> writes:
> I wanna do this:
> UPDATE pg_language SET lanpltrusted=true WHERE lanname='plpgsql';

Should be okay. Next time, create your languages with the createlang
script ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-05-25 03:19:56 Re: Roadmap for FE/BE protocol redesign
Previous Message Tom Lane 2003-05-25 02:55:13 Re: Roadmap for FE/BE protocol redesign