Re: How to list installed pl languages

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Dennis Ryan <dennis(at)kabonkulator(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to list installed pl languages
Date: 2011-11-10 13:07:16
Message-ID: 20111110130716.GA6970@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jens Wilke 2011-11-10 13:18:14 Re: How to list installed pl languages
Previous Message Jay Levitt 2011-11-10 13:04:53 Learning to rephrase equivalent queries?