doc: expand description of how non-SELECT queries are processed

Bruce Momjian <bruce@momjian.us>

Commit: e8973d8bdd178c3899f8d44aaeef4ac3492b95e1
Author: Bruce Momjian <bruce@momjian.us>
Date: 2021-01-09T17:11:15Z
Releases: 9.6.21
doc:  expand description of how non-SELECT queries are processed

The previous description of how the executor processes non-SELECT
queries was very dense, causing lack of clarity.  This expanded text
spells it out more simply.

Reported-by: fotis.koutoupas@gmail.com

Discussion: https://postgr.es/m/160912275508.676.17469511338925622905@wrigleys.postgresql.org

Backpatch-through: 9.5

Files

PathChange+/−
doc/src/sgml/arch-dev.sgml modified +30 −20

Documentation touched