Re: Problem with restoring a 7.1 dump

Поиск
Список
Период
Сортировка
От Magnus Naeslund(f)
Тема Re: Problem with restoring a 7.1 dump
Дата
Msg-id 020c01c1f10b$0c7ce310$020a0a0a@mnd
обсуждение исходный текст
Ответ на Problem with restoring a 7.1 dump  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> wrote:
[snap]
> How do I get this to work?
>
> Chris


I think i did this:

CREATE FUNCTION "plpgsql_call_handler" () RETURNS opaque AS
'/usr/local/pgsql/lib/plpgsql.so', 'plpgsql_call_handler' LANGUAGE 'C';
CREATE TRUSTED PROCEDURAL LANGUAGE 'plpgsql' HANDLER
"plpgsql_call_handler" LANCOMPILER 'PL/pgSQL';

This might be in the docs also.
Try it :)

Regards,
Magnus



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Problem with restoring a 7.1 dump
Следующее
От: "Rod Taylor"
Дата:
Сообщение: Analyze on large changes...