E.1.2. Migration to Version 14

Поиск
Список
Период
Сортировка
От Дмитрий Иванов
Тема E.1.2. Migration to Version 14
Дата
Msg-id CAPL5KHrASvz46u4rKwiZ4Ui3J9sUnEkxc0H0QMfz4o0bFAevNA@mail.gmail.com
обсуждение исходный текст
Ответы Re: E.1.2. Migration to Version 14
Список pgsql-general
Hello!
E.1.2 Migration to Version 14
 array_append()array_prepend()array_cat()array_position()array_positions()array_remove()array_replace(), and width_bucket()

Is this a complete list of functions? Or you need to remove all functions:

Do the functions need to be deleted and restored, or can they be recreated?
I have a lot of them and they are called from other functions:

Uchet=# SELECT COUNT(pg_proc.proname) AS "COUNT"
Uchet-#    FROM pg_proc
Uchet-#   WHERE pg_proc.prosrc ~~ '%array%'::text AND pg_proc.pronamespace = 16443::oid;
 COUNT
-------
    89
(1 row)
Trying to estimate labor costs and migration opportunities.
Thanks!

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

Предыдущее
От: SQL Padawan
Дата:
Сообщение: Understanding the differences between Temporal tables, CDC and Time Series.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Understanding the differences between Temporal tables, CDC and Time Series.