Add missing documentation for effective_io_concurrency tablespace option.

Fujii Masao <fujii@postgresql.org>

Commit: 4e344c2cf4ff00ca38ea0035bc137dab95fdd0c0
Author: Fujii Masao <fujii@postgresql.org>
Date: 2016-12-16T16:25:29Z
Releases: 10.0
Add missing documentation for effective_io_concurrency tablespace option.

The description of effective_io_concurrency option was missing in ALTER
TABLESPACE docs though it's included in CREATE TABLESPACE one.

Back-patch to 9.6 where effective_io_concurrency tablespace option was added.

Michael Paquier, reported by Marc-Olaf Jaschke

Files

PathChange+/−
doc/src/sgml/ref/alter_tablespace.sgml modified +9 −8

Documentation touched