Schema diff tools excludes the SET directive from the function header

Поиск
Список
Период
Сортировка
От Дмитрий Иванов
Тема Schema diff tools excludes the SET directive from the function header
Дата
Msg-id CAPL5KHqaBU-sCNM0zkyQ08vbXY02Qqtw5xjBXZi8=ncHs-WA_A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Schema diff tools excludes the SET directive from the function header  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-support
Hi
Schema diff utilities exclude the SET directive from the function header in compare mode.
Reproducing the problem:
1. Create a copy of the database with the function containing the SET directive
2. Modify the function and perform the comparison.
In the resulting script, I am missing the SET directive in the function:

CREATE OR REPLACE FUNCTION bpd.class_del(
iid bigint)
    RETURNS void
    LANGUAGE 'plpgsql'
    COST 100
    VOLATILE SECURITY DEFINER PARALLEL UNSAFE
    <--SET search_path=bpd, err-->
AS $BODY$
--
Regards, Dmitry!

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

Предыдущее
От: Riccardo Grazioli
Дата:
Сообщение: Bug on pgAdmin 4
Следующее
От: billy donald
Дата:
Сообщение: pgadmin 4 Not opening