Re: ERROR: language "plpgsql" does not exist

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: ERROR: language "plpgsql" does not exist
Дата
Msg-id 200301291530.51633.dev@archonet.com
обсуждение исходный текст
Ответ на ERROR: language "plpgsql" does not exist  ("Michael" <mshi@cityxpress.com>)
Список pgsql-general
On Thursday 23 Jan 2003 10:45 pm, Michael wrote:
> I just installed the PostgreSQL7.3.1 on a linux server and trying to create
> a function .
>
> I got the
> ERROR:  language "plpgsql" does not exist
>
> Why?  How can I solve this ?

You need to enable any procedural languages you want to use. See the reference
manual for the SQL "CREATE LANGUAGE" command or the "createlang" command-line
tool. It's also covered in the programmer's guide under installing procedural
languages


--
  Richard Huxton

В списке pgsql-general по дате отправления:

Предыдущее
От: "SZŰCS Gábor"
Дата:
Сообщение: numeric usernames in 7.3.1?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Rules for trigger execution