| От | Tom Lane |
|---|---|
| Тема | Re: Installing procedural language(s) |
| Дата | |
| Msg-id | 19079.1005279410@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Installing procedural language(s) (John Burski <John.Burski@911ep.com>) |
| Список | pgsql-novice |
John Burski <John.Burski@911ep.com> writes:
> [ createlang problems ]
createlang does two steps: a CREATE FUNCTION command that adds a
"language handler" function, and then a CREATE LANGUAGE command
that references the function. Apparently you have a database
in which the handler function already exists but the language
entry doesn't. Recent versions of createlang try to cope with
this scenario but the 7.0.3 version wasn't very bright about it.
I'd suggest manually dropping the plpgsql_call_handler function,
and then createlang should run to completion.
It might be that you got into this state because of some unnoted
failure of a previous createlang attempt, so pay attention to
any error messages this time ...
regards, tom lane
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера