pgsql: Add more parallel query documentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add more parallel query documentation.
Date: 2016-09-21 12:43:33
Message-ID: E1bmgs9-0003RH-2K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more parallel query documentation.

Previously, the individual settings were documented, but there was
no overall discussion of the capabilities and limitations of the
feature. Add that.

Patch by me, reviewed by Peter Eisentraut and Álvaro Herrera.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/60270e5e00850ee8cc34296e38d0000415c8b152

Modified Files
--------------
doc/src/sgml/config.sgml | 5 +
doc/src/sgml/filelist.sgml | 1 +
doc/src/sgml/parallel.sgml | 472 +++++++++++++++++++++++++++++++++++++++++++++
doc/src/sgml/postgres.sgml | 1 +
4 files changed, 479 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-09-21 15:28:48 pgsql: Fix typo
Previous Message Heikki Linnakangas 2016-09-21 10:26:49 pgsql: Fix pgbench's calculation of average latency, when -T is not use