Обсуждение: file_fdw: Add missing docs for the DEFAULT option

Поиск
Список
Период
Сортировка

file_fdw: Add missing docs for the DEFAULT option

От
Shinya Kato
Дата:
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

Вложения

Re: file_fdw: Add missing docs for the DEFAULT option

От
Fujii Masao
Дата:
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