createfunction reference createprocedure

jian he <jian.universality@gmail.com>

From: jian he <jian.universality@gmail.com>
To: pgsql-docs@lists.postgresql.org
Date: 2026-07-07T08:48:36Z
Lists: pgsql-docs
Hi.

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?