Re: createfunction reference createprocedure

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: jian he <jian(dot)universality(at)gmail(dot)com>, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: createfunction reference createprocedure
Date: 2026-07-07 09:22:54
Message-ID: 7b34ba1938b1e2689af9d4165054751e8f2bf68a.camel@cybertec.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, 2026-07-07 at 16:48 +0800, jian he wrote:
> https://www.postgresql.org/docs/devel/sql-createprocedure.html
>
> See Also
> ALTER PROCEDURE, DROP PROCEDURE, CALL, CREATE FUNCTION
>
> https://www.postgresql.org/docs/devel/sql-createfunction.html
>
> See Also
> ALTER FUNCTION, DROP FUNCTION, GRANT, LOAD, REVOKE
>
>
> We can make sql-createfunction.html ``See Also`` section reference
> CREATE PROCEDURE.
> What do you think?

I think that is a good idea.

Yours,
Laurenz Albe

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2026-07-07 09:41:56 Re: createfunction reference createprocedure
Previous Message jian he 2026-07-07 08:48:36 createfunction reference createprocedure