Thread

  1. createfunction reference createprocedure

    jian he <jian.universality@gmail.com> — 2026-07-07T08:48:36Z

    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?
    
    
    
    
  2. Re: createfunction reference createprocedure

    Laurenz Albe <laurenz.albe@cybertec.at> — 2026-07-07T09:22:54Z

    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
    
    
    
    
  3. Re: createfunction reference createprocedure

    Daniel Gustafsson <daniel@yesql.se> — 2026-07-07T09:41:56Z

    > On 7 Jul 2026, at 10:48, jian he <jian.universality@gmail.com> wrote:
    
    > We can make sql-createfunction.html ``See Also`` section reference
    > CREATE PROCEDURE. What do you think?
    
    Seems reasonable, would you like to send a patch?
    
    --
    Daniel Gustafsson
    
    
    
    
    
  4. Re: createfunction reference createprocedure

    jian he <jian.universality@gmail.com> — 2026-07-07T11:47:08Z

    On Tue, Jul 7, 2026 at 5:42 PM Daniel Gustafsson <daniel@yesql.se> wrote:
    >
    > > On 7 Jul 2026, at 10:48, jian he <jian.universality@gmail.com> wrote:
    >
    > > We can make sql-createfunction.html ``See Also`` section reference
    > > CREATE PROCEDURE. What do you think?
    >
    > Seems reasonable, would you like to send a patch?
    >
    
    Please check the attached patch.
    
  5. Re: createfunction reference createprocedure

    Daniel Gustafsson <daniel@yesql.se> — 2026-07-07T14:02:33Z

    > On 7 Jul 2026, at 13:47, jian he <jian.universality@gmail.com> wrote:
    > 
    > On Tue, Jul 7, 2026 at 5:42 PM Daniel Gustafsson <daniel@yesql.se> wrote:
    >> 
    >>> On 7 Jul 2026, at 10:48, jian he <jian.universality@gmail.com> wrote:
    >> 
    >>> We can make sql-createfunction.html ``See Also`` section reference
    >>> CREATE PROCEDURE. What do you think?
    >> 
    >> Seems reasonable, would you like to send a patch?
    > 
    > Please check the attached patch.
    
    Pushed with a small fix to maintain alphabetical order among the See Also
    references.
    
    --
    Daniel Gustafsson