Обсуждение: plpgsql

Поиск
Список
Период
Сортировка

plpgsql

От
PJourdan
Дата:
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

От
Tom Lane
Дата:
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