RE: add argument type to postgres_fdw docs

Поиск
Список
Период
Сортировка
От
Тема RE: add argument type to postgres_fdw docs
Дата
Msg-id TYAPR01MB289692C9B268D23E091B53B8C40F9@TYAPR01MB2896.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответ на Re: add argument type to postgres_fdw docs  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Ответы Re: add argument type to postgres_fdw docs
Список 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

Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: add argument type to postgres_fdw docs
Следующее
От:
Дата:
Сообщение: change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor