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

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: ivakaetuk(at)gmail(dot)com
Subject: Add that changing the `argname` will raise exception in procedure/function
Date: 2020-04-22 15:29:36
Message-ID: 158756937671.635.15190743804436772523@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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."

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2020-04-22 17:40:29 Re: Logical replication subscription owner
Previous Message PG Doc comments form 2020-04-22 10:11:22 filter with json_agg(DISTINCT table.*) behaves differently