Thread

Commits

  1. doc: Remove duplicate word in ECPG description

  1. Remove duplicate word in the ECPG documentation

    Laurenz Albe <laurenz.albe@cybertec.at> — 2025-12-25T20:17:14Z

    The offending text in [1] is
    
      ..., which is defined in the functions complex_in() and complex_out() functions in Section 36.13.
    
    One of the "functions" should go.  Patch attached.
    
    Yours,
    Laurenz Albe
    
    
     [1]: https://www.postgresql.org/docs/current/ecpg-variables.html#ECPG-VARIABLES-NONPRIMITIVE-SQL-USER-DEFINED-BASE-TYPES
    
  2. Re: Remove duplicate word in the ECPG documentation

    vignesh C <vignesh21@gmail.com> — 2025-12-26T05:57:40Z

    On Fri, 26 Dec 2025 at 01:47, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
    >
    > The offending text in [1] is
    >
    >   ..., which is defined in the functions complex_in() and complex_out() functions in Section 36.13.
    >
    > One of the "functions" should go.  Patch attached.
    
    I agree, the changes look good.
    
    Regards,
    Vignesh
    
    
    
    
  3. Re: Remove duplicate word in the ECPG documentation

    Michael Paquier <michael@paquier.xyz> — 2025-12-26T06:26:45Z

    On Fri, Dec 26, 2025 at 11:27:40AM +0530, vignesh C wrote:
    >> One of the "functions" should go.  Patch attached.
    > 
    > I agree, the changes look good.
    
    Thanks, applied.
    --
    Michael