Thread

Commits

  1. doc: Document DEFAULT option in file_fdw.

  2. Add a DEFAULT option to COPY FROM

  1. file_fdw: Add missing docs for the DEFAULT option

    Shinya Kato <shinya11.kato@gmail.com> — 2026-01-09T08:05:56Z

    Hi hackers,
    
    Commit 9f8377f[0] introduced the DEFAULT option for file_fdw, but the
    documentation was not updated. The attached patch adds the missing
    documentation.
    
    [0] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=9f8377f7a27910bf0f35bf5169a8046731948a79
    
    --
    Best regards,
    Shinya Kato
    NTT OSS Center
    
  2. Re: file_fdw: Add missing docs for the DEFAULT option

    Fujii Masao <masao.fujii@gmail.com> — 2026-01-09T09:49:47Z

    On Fri, Jan 9, 2026 at 5:06 PM Shinya Kato <shinya11.kato@gmail.com> wrote:
    >
    > Hi hackers,
    >
    > Commit 9f8377f[0] introduced the DEFAULT option for file_fdw, but the
    > documentation was not updated. The attached patch adds the missing
    > documentation.
    
    Thanks for the patch! LGTM.
    I'm thinking of backpatching this to v16, where the DEFAULT option was
    introduced.
    
    Regards,
    
    -- 
    Fujii Masao
    
    
    
    
  3. Re: file_fdw: Add missing docs for the DEFAULT option

    Fujii Masao <masao.fujii@gmail.com> — 2026-01-13T13:57:54Z

    On Fri, Jan 9, 2026 at 6:49 PM Fujii Masao <masao.fujii@gmail.com> wrote:
    >
    > On Fri, Jan 9, 2026 at 5:06 PM Shinya Kato <shinya11.kato@gmail.com> wrote:
    > >
    > > Hi hackers,
    > >
    > > Commit 9f8377f[0] introduced the DEFAULT option for file_fdw, but the
    > > documentation was not updated. The attached patch adds the missing
    > > documentation.
    >
    > Thanks for the patch! LGTM.
    > I'm thinking of backpatching this to v16, where the DEFAULT option was
    > introduced.
    
    I've pushed the patch. Thanks!
    
    Regards,
    
    -- 
    Fujii Masao