add argument type to postgres_fdw docs

2021-06-15 Thread Shinya11.Kato
Hi, I add argument type to postgres-fdw parameters in postgres-fdw.sgml. I think this change is kind. Do you think? Regards, Shinya Kato add_argument_type_to_postgres-fdw_docs.patch Description: add_argument_type_to_postgres-fdw_docs.patch

Re: add argument type to postgres_fdw docs

2021-06-15 Thread Fujii Masao
On 2021/06/16 12:39, shinya11.k...@nttdata.com wrote: Hi, I add argument type to postgres-fdw parameters in postgres-fdw.sgml. I think this change is kind. Do you think? I think this change would improve the postgres_fdw docs. - extensions + extensions (enum) Since each value in "

RE: add argument type to postgres_fdw docs

2021-06-15 Thread Shinya11.Kato
>- extensions >+ extensions (enum) > >Since each value in "extensions" parameter is not limitted like >shared_preload_libraries, its type should be "string"? Yes, I fixed it. > >- fdw_startup_cost >+ fdw_startup_cost (double >+ precision) >- fdw_tuple_cost >+ fdw_tuple_cost

change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor

2021-06-15 Thread Shinya11.Kato
Hi As shown below, the argument types of autovacuum_vacuum_insert_scale_factor and toast.autovacuum_vacuum_insert_scale_factor are different from the others. --- autovacuum_vacuum_scale_factor, toast.autovacuum_vacuum_scale_factor (floating point) autovacuum_vacuum_insert_scale_factor, toast.au