Re: How to list installed pl languages

Поиск
Список
Период
Сортировка
От Dennis
Тема Re: How to list installed pl languages
Дата
Msg-id 002701cc9fb5$a0963fc0$e1c2bf40$@kabonkulator.com
обсуждение исходный текст
Ответ на Re: How to list installed pl languages  (hubert depesz lubaczewski <depesz@depesz.com>)
Список pgsql-general
Thanks the select * from pg_language works and is exactly what I was looking for.  \dL in psql does not in my version,
9.0.4.14,however \dL did work on another install of version 9.1.1. 

Thanks for the help.

-----Original Message-----
From: depesz@depesz.com [mailto:depesz@depesz.com]
Sent: 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 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 по дате отправления:

Предыдущее
От: shuaixf
Дата:
Сообщение: How to inquiry a nest result?
Следующее
От: "Keegan,Nate"
Дата:
Сообщение: PostgreSQL 9.0.5 concat Issue