doc: align column order with pg_stat_statements view

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 83b4326e6098a057d3931619e387d59844e70aed
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2023-11-15T13:07:00Z
Releases: 17.0
doc: align column order with pg_stat_statements view

Commit 5a3423ad8e mistakenly didn't plac the new columns for JIT
deform counters at the end to match their placement in the view.
Fix by placing the new columns last to be consistent.

Author: Julien Rouhaud <rjuju123@gmail.com>
Discussion: https://postgr.es/m/fuhxmigipmodhq3bah5iddd2ksfinrva75wqjyg2g2e647p4v7@yev2gynrnr5f

Files

PathChange+/−
doc/src/sgml/pgstatstatements.sgml modified +17 −17

Documentation touched

Discussion