RE: plpgsql language

Поиск
Список
Период
Сортировка
От Michael Davis
Тема RE: plpgsql language
Дата
Msg-id 01C0858F.B0B1E540.mdavis@sevainc.com
обсуждение исходный текст
Ответ на plpgsql language  (chard <chard@hindang.msuiit.edu.ph>)
Список pgsql-sql
Did you execute the following after you created your database?

CREATE FUNCTION plpgsql_call_handler () RETURNS OPAQUE AS     '/usr/local/pgsql/lib/plpgsql.so' LANGUAGE 'C';

CREATE TRUSTED PROCEDURAL LANGUAGE 'plpgsql'     HANDLER plpgsql_call_handler     LANCOMPILER 'PL/pgSQL';

These are needed for the plpgsql language to work.

-----Original Message-----
From:    chard [SMTP:chard@hindang.msuiit.edu.ph]
Sent:    Tuesday, January 23, 2001 10:40 PM
To:    pgsql-sql@postgresql.org
Subject:    plpgsql language

hello,
i got this error when i tried to create a function 
"unrecognized language specified in CREATE FUNCTION: 'plpgsql'" why is
that?



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

Предыдущее
От: Tristan Colson
Дата:
Сообщение: Order By Question
Следующее
От: "Prasanth Kumar"
Дата:
Сообщение: Re: Order By Question