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
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 "
>- 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
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