Thread: plpgsql

plpgsql

From
PJourdan
Date:
I just reinstalled postgresql 7.2.1_1, su to pgsql
pgsql:~$ createlang plpgsql template1
pgsql:~$ createlang -l template1
         Procedural languages
      Name | Trusted?
---------+----------
    plpgsql | t

but I should have gotten the following:

         Procedural languages
      Name | Trusted? | Compiler
---------+----------+----------
    plpgsql | t            | PL/pgSQL

I don't understand what happened?
How do I deinstall and reinstall. kwhat happened to the compiler?
Anybody have ideas?
Philip Jourdan


Re: plpgsql

From
Tom Lane
Date:
PJourdan <info@lespetitsplaisirs.com> writes:
> I just reinstalled postgresql 7.2.1_1, su to pgsql
> pgsql:~$ createlang plpgsql template1
> pgsql:~$ createlang -l template1
>          Procedural languages
>       Name | Trusted?
> ---------+----------
>     plpgsql | t

That's what mine says too.  I think Peter decided the compiler column
was content-free and removed it from createlang's display for 7.2.

            regards, tom lane