Re: ERROR: language "plpgsql" does not exist

Поиск
Список
Период
Сортировка
От Frankie
Тема Re: ERROR: language "plpgsql" does not exist
Дата
Msg-id b12csi$1tcs$1@news.hub.org
обсуждение исходный текст
Список pgsql-general
Hello Michael,

It seems that you haven't installed the 'plpgsql' language.

To do this, type 'createlang plpgsql your-database' under the shell prompt,
then 'plpgsql' language support is added to the database specified.

Frankie

"Michael" <mshi@cityxpress.com> ���g���l���s�D:b0pra1$66l$1@news.hub.org...
> 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 ?
>
> -- script
> CREATE FUNCTION sales_tax(INTEGER) RETURNS REAL AS
>  '
>  DECLARE
>         subtotal ALIAS FOR $1;
>  BEGIN
>         return subtotal * 0.06;
>  END;
>  ' Language 'plpgsql';
>
>
> --
> -
> Best Regards
>
>               /'"`\  zzzZ  |
>              ( - - )          |
> ---oooO--(_)--Oooo-----------------------------------------------------
> Life Is A Journey,  Enjoy The Ride.
> **********************************************************************
> Michael Shi             Database Developer
>
>
>
>
>



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

Предыдущее
От: "codeWarrior"
Дата:
Сообщение: Re: What happens when you run out of transaction ID's ???
Следующее
От: Uroš Gruber
Дата:
Сообщение: Re: tsearch comments