: Thursday, November 10, 2011 7:07 AM
To: Dennis Ryan
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] How to list installed pl languages
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 c
On Thursday 10 November 2011 05:58:01 Dennis Ryan wrote:
> Is there a way to list the installed pl languages for a database and/or
> server cluster?
they are registered in the pg_language system catalog.
Rgds, Jens
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make ch
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
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
Is there a way to list the installed pl languages for a database and/or
server cluster?
thanks
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general