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/
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
