From 4e344c2cf4ff00ca38ea0035bc137dab95fdd0c0 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Sat, 17 Dec 2016 01:25:29 +0900 Subject: [PATCH] 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 --- doc/src/sgml/ref/alter_tablespace.sgml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/ref/alter_tablespace.sgml b/doc/src/sgml/ref/alter_tablespace.sgml index d9b2a133b1..2f41105001 100644 --- a/doc/src/sgml/ref/alter_tablespace.sgml +++ b/doc/src/sgml/ref/alter_tablespace.sgml @@ -83,14 +83,15 @@ ALTER TABLESPACE name RESET ( , - ). This may be useful if one - tablespace is located on a disk which is faster or slower than the + available parameters are seq_page_cost, + random_page_cost and effective_io_concurrency. + Setting either value for a particular tablespace will override the + planner's usual estimate of the cost of reading pages from tables in + that tablespace, as established by the configuration parameters of the + same name (see , + , + ). This may be useful if + one tablespace is located on a disk which is faster or slower than the remainder of the I/O subsystem. -- 2.40.0