RE: add argument type to postgres_fdw docs - Mailing list pgsql-docs

From
Subject RE: add argument type to postgres_fdw docs
Date
Msg-id TYAPR01MB289692C9B268D23E091B53B8C40F9@TYAPR01MB2896.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: add argument type to postgres_fdw docs  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Responses Re: add argument type to postgres_fdw docs  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List 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

pgsql-docs by date:

Previous
From: Fujii Masao
Date:
Subject: Re: add argument type to postgres_fdw docs
Next
From:
Date:
Subject: change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor