Re: Manual fixing of plpgsql_call_handler binary location -- good idea?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Manual fixing of plpgsql_call_handler binary location -- good idea?
Дата
Msg-id 14377.1056759672@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Manual fixing of plpgsql_call_handler binary location -- good idea?  (Adam Haberlach <adam@newsnipple.com>)
Ответы Re: Manual fixing of plpgsql_call_handler binary location  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Adam Haberlach <adam@newsnipple.com> writes:
>     Will I destroy things if I execute
> update pg_proc set probin = '/usr/lib/pgsql/plpgsql.so' where proname = 'plpgsql_call_handler';

Nope ... that's what I'd probably do.  You could alternatively use
CREATE OR REPLACE FUNCTION if you wanted to be pure, but I'd say that
that creates as many opportunities to make mistakes as it removes, since
you'd have to be careful to get all the other attributes right too.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Possible mistake in new array syntax
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: [GENERAL] Physical Database Configuration