Re: creating functions

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: creating functions
Дата
Msg-id Pine.BSF.4.10.10008261800140.45631-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на creating functions  (Dale Walker <dale@icr.com.au>)
Список pgsql-general
> but I received this as the error:
> ----------------------------------------------------------
> ERROR:  Unrecognized language specified in a CREATE FUNCTION:
> 'plpgsql'.  Recognized languages are sql, C, internal and the
> created
> procedural languages.
> ----------------------------------------------------------

By default the procedural languages are not loaded.  There's a
script createlang which you can use to load the plpgsql language
into your database.  (If you want it in all future databases,
I believe if you add it to template1, all later dbs have it
enabled)


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

Предыдущее
От: Dale Walker
Дата:
Сообщение: creating functions
Следующее
От: Dale Walker
Дата:
Сообщение: Re: creating functions