Add that changing the `argname` will raise exception in procedure/function - Mailing list pgsql-docs

From PG Doc comments form
Subject Add that changing the `argname` will raise exception in procedure/function
Date
Msg-id 158756937671.635.15190743804436772523@wrigleys.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: PG Doc comments form
Date:
Subject: filter with json_agg(DISTINCT table.*) behaves differently
Next
From: Alvaro Herrera
Date:
Subject: Re: Logical replication subscription owner