RE: [SQL] plpgsql error

Поиск
Список
Период
Сортировка
От Michael J Davis
Тема RE: [SQL] plpgsql error
Дата
Msg-id 93C04F1F5173D211A27900105AA8FCFC1454D5@lambic.prevuenet.com
обсуждение исходный текст
Ответы Re: [SQL] plpgsql error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Look in the docs for create language.  You need to execute a create language
command to tell postgres to recognize plpgsql.  I believe the library is
created as part of the install process.

> -----Original Message-----
> From:    Adam H. Pendleton [SMTP:apendleton@vgsinc.com]
> Sent:    Monday, May 10, 1999 2:32 PM
> To:    pgsql-sql@hub.org
> Subject:    [SQL] plpgsql error
> 
> I get this error when I try to create a function using plpgsql:
> 
> ERROR:  Unrecognized language specified in a CREATE FUNCTION: 'plpgsql'.
> Recognized languages are sql, C, internal and the created procedural
> languages.
> 
> Do I need to specify another flag when I compile Postgresql?
> 
> Adam
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Si hoc legere scis nimium eruditionis habes.
> 
> 


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

Предыдущее
От: "Adam H. Pendleton"
Дата:
Сообщение: plpgsql error
Следующее
От: Andy Lewis
Дата:
Сообщение: Re: [SQL] plpgsql error