Re: Problem with PL/pgSQL

Поиск
Список
Период
Сортировка
Искать
От
Ian Harding
Тема
Re: Problem with PL/pgSQL
Дата
Msg-id
3A9876C5.A4902DB3@pakrat.com
Список
Дерево обсуждения
Re: Problem with PL/pgSQL Ian Harding <iharding@pakrat.com>
Hans-Jürgen Schönig wrote:

> What is wrong with the following function?
>
> CREATE FUNCTION logfunc2 (text) RETURNS int AS '
>         DECLARE
>                 text ALIAS FOR $1;
>         BEGIN
>                 SELECT length(text);
>                 RETURN ''3'';
>         END;
> ' LANGUAGE 'plpgsql';
>
> I get the following error:
>
> ERROR:  Unrecognized language specified in a CREATE FUNCTION: 'plpgsql'.
>
>         Recognized languages are sql, C, internal, and created
> procedural languages.
>
> According to my docs "plpgsql" should be ok.
>
>     Hans

plpgsql is not installed by default.

createlang 'plpgsql'

from the command line should to the trick.

В списке pgsql-general по дате отправления
От: Matt Beauregard
Дата:
Сообщение: Help with database locking
От: Martin Schweitzer
Дата:
Сообщение: Load fixed length records.
FAQ