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