Add missing documentation for effective_io_concurrency tablespace option.

Fujii Masao <fujii@postgresql.org>

Commit: b344b879d3d3880b21c44687a3fe09e81e9ad3a9
Author: Fujii Masao <fujii@postgresql.org>
Date: 2016-12-16T16:26:53Z
Releases: 9.6.2
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