mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
doc: Consistently use result set in documentation
We use "result set" in all other places so let's be consistent across the entire documentation. Reported-by: grantgryczan@gmail.com Discussion: https://postgr.es/m/172187924855.915373.15595156724215203822@wrigleys.postgresql.org
This commit is contained in:
parent
2befd22790
commit
94eec79633
@ -423,7 +423,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
|
||||
Append</literal> node can have both partial and non-partial child plans.
|
||||
Non-partial children will be scanned by only a single process, since
|
||||
scanning them more than once would produce duplicate results. Plans that
|
||||
involve appending multiple results sets can therefore achieve
|
||||
involve appending multiple result sets can therefore achieve
|
||||
coarse-grained parallelism even when efficient partial plans are not
|
||||
available. For example, consider a query against a partitioned table
|
||||
that can only be implemented efficiently by using an index that does
|
||||
|
Loading…
x
Reference in New Issue
Block a user