Re: [HACKERS] plpgsql problem..

Поиск
Список
Период
Сортировка
От Sevo Stille
Тема Re: [HACKERS] plpgsql problem..
Дата
Msg-id 3896FBA1.38A5F87@ip23.net
обсуждение исходный текст
Ответ на Re: [HACKERS] Problem in current CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Mitch Vincent wrote:

> ERROR:  stat failed on file '${exec_prefix}/lib/plpgsql.so': No such file or
> directory

> I can't find any reference to the $exec_prefix variable on either machine,
> yet it works on the development server and not on the live server.

PostgreSQL does not expand environment variables when looking for
function code. Presumably your installer is broken and did not
substitute the variable at install time on the affected system. You
might dump your function catalog on both systems to compare - if the
function path on the sane system contains a variable as well, there is
some strange magic going on there.

Sevo


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

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: plpgsql problem..
Следующее
От: "Mitch Vincent"
Дата:
Сообщение: Re: [HACKERS] plpgsql problem..