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

From hubert depesz lubaczewski
Subject Re: How to list installed pl languages
Date
Msg-id 20111110130716.GA6970@depesz.com
Whole thread Raw
In response to How to list installed pl languages  (Dennis Ryan <dennis@kabonkulator.com>)
Responses Re: How to list installed pl languages  ("Dennis" <dennis@kabonkulator.com>)
List pgsql-general
On Wed, Nov 09, 2011 at 10:58:01PM -0600, Dennis Ryan wrote:
> Is there a way to list the installed pl languages for a database
> and/or server cluster?

\dL in psql
or
select * from pg_language;

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

pgsql-general by date:

Previous
From: Jay Levitt
Date:
Subject: Learning to rephrase equivalent queries?
Next
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