diff options
author | Robert Haas | 2016-09-21 12:37:02 +0000 |
---|---|---|
committer | Robert Haas | 2016-09-21 12:37:02 +0000 |
commit | 60270e5e00850ee8cc34296e38d0000415c8b152 (patch) | |
tree | b7645e72f3e315572dd548d941cd71df4cd29888 /doc/src/sgml/postgres.sgml | |
parent | 2a7f4f76434d82eb0d1b5f4f7051043e1dd3ee1a (diff) |
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.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 0346d367e5d..9143917c490 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -106,6 +106,7 @@ &textsearch; &mvcc; &perform; + ∥ </part> |