RE: add argument type to postgres_fdw docs

From: <Shinya11(dot)Kato(at)nttdata(dot)com>
To: <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, <Shinya11(dot)Kato(at)nttdata(dot)com>, <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: RE: add argument type to postgres_fdw docs
Date: 2021-06-16 05:13:41
Message-ID: TYAPR01MB289692C9B268D23E091B53B8C40F9@TYAPR01MB2896.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

>- <term><literal>extensions</literal></term>
>+ <term><literal>extensions</literal> (<type>enum</type>)</term>
>
>Since each value in "extensions" parameter is not limitted like
>shared_preload_libraries, its type should be "string"?
Yes, I fixed it.

>
>- <term><literal>fdw_startup_cost</literal></term>
>+ <term><literal>fdw_startup_cost</literal> (<type>double
>+ precision</type>)</term>
>- <term><literal>fdw_tuple_cost</literal></term>
>+ <term><literal>fdw_tuple_cost</literal> (<type>double
>+ precision</type>)</term>
>
>Since "floating point" is used for GUC docs, "floating point" should be used for
>the sake of consistenty, instead?
Sure, I changed "double precision" to "floating point".

Best regards,
Shinya Kato

Attachment Content-Type Size
add_argument_type_to_postgres-fdw_docs_v2.patch application/octet-stream 5.5 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Shinya11.Kato 2021-06-16 05:22:41 change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor
Previous Message Fujii Masao 2021-06-16 04:24:49 Re: add argument type to postgres_fdw docs