Add that changing the `argname` will raise exception in procedure/function

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Add that changing the `argname` will raise exception in procedure/function
Дата
Msg-id 158756937671.635.15190743804436772523@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/sql-createprocedure.html
Description:

In https://www.postgresql.org/docs/12/sql-createprocedure.html you can add:
"It is also not possible to change the argname. Trying to do so will raise
an exception. If you want to do it - drop the procedure first."

In https://www.postgresql.org/docs/12/sql-createfunction.html you can add:
"It is also not possible to change the argname. Trying to do so will raise
an exception. If you want to do it - drop the function first."

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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: filter with json_agg(DISTINCT table.*) behaves differently
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Logical replication subscription owner