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?