Re: How to list installed pl languages

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Dennis Ryan <dennis(at)kabonkulator(dot)com>
Subject: Re: How to list installed pl languages
Date: 2011-11-10 13:22:47
Message-ID: 201111100522.48411.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday, November 09, 2011 8:58:01 pm Dennis Ryan wrote:
> Is there a way to list the installed pl languages for a database and/or
> server cluster?

aklaver(at)tucker:~$ createlang -l -U postgres test
Procedural Languages
Name | Trusted?
-----------+----------
plpgsql | yes
plpythonu | no

>
> thanks

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2011-11-10 13:23:57 Re: Returning a row from a function with an appended array field
Previous Message Henry Drexler 2011-11-10 13:22:17 plpgsql, I have a solution, want to see if there is a cleaner/better one. Taking vertical list and comma separating it onto a row