Thread: Missing tablespace_option | effective_io_concurrency

Missing tablespace_option | effective_io_concurrency

From
moj@dshare.de
Date:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/sql-altertablespace.html
Description:

https://www.postgresql.org/docs/9.6/static/sql-altertablespace.html
Missing tablespace_option: effective_io_concurrency
Should be consitent with:
"This value can be overridden for tables in a particular tablespace by
setting the tablespace parameter of the same name"
https://www.postgresql.org/docs/9.6/static/runtime-config-resource.html
(effective_io_concurrency)

Re: Missing tablespace_option | effective_io_concurrency

From
Michael Paquier
Date:
On Mon, Oct 31, 2016 at 6:41 PM,  <moj@dshare.de> wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/static/sql-altertablespace.html
> Description:
>
> https://www.postgresql.org/docs/9.6/static/sql-altertablespace.html
> Missing tablespace_option: effective_io_concurrency
> Should be consitent with:
> "This value can be overridden for tables in a particular tablespace by
> setting the tablespace parameter of the same name"
> https://www.postgresql.org/docs/9.6/static/runtime-config-resource.html
> (effective_io_concurrency)

Good catch, that's clearly missing.
--
Michael

Attachment

Re: [DOCS] Missing tablespace_option | effective_io_concurrency

From
Fujii Masao
Date:
On Wed, Nov 2, 2016 at 10:13 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> On Mon, Oct 31, 2016 at 6:41 PM,  <moj@dshare.de> wrote:
>> The following documentation comment has been logged on the website:
>>
>> Page: https://www.postgresql.org/docs/9.6/static/sql-altertablespace.html
>> Description:
>>
>> https://www.postgresql.org/docs/9.6/static/sql-altertablespace.html
>> Missing tablespace_option: effective_io_concurrency
>> Should be consitent with:
>> "This value can be overridden for tables in a particular tablespace by
>> setting the tablespace parameter of the same name"
>> https://www.postgresql.org/docs/9.6/static/runtime-config-resource.html
>> (effective_io_concurrency)
>
> Good catch, that's clearly missing.

Pushed. Thanks!

Regards,

--
Fujii Masao