Re: How to list installed pl languages - Mailing list pgsql-general

From Adrian Klaver
Subject Re: How to list installed pl languages
Date
Msg-id 201111100522.48411.adrian.klaver@gmail.com
Whole thread Raw
In response to How to list installed pl languages  (Dennis Ryan <dennis@kabonkulator.com>)
List 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@tucker:~$ createlang -l -U postgres test
 Procedural Languages
   Name    | Trusted?
-----------+----------
 plpgsql   | yes
 plpythonu | no


>
> thanks

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Henry Drexler
Date:
Subject: 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
Next
From: Alban Hertroys
Date:
Subject: Re: Returning a row from a function with an appended array field