Doc: document cases where queryid is stable

David Rowley <drowley@postgresql.org>

Commit: 38daca854adbc2980393daab160a2d657bd010d6
Author: David Rowley <drowley@postgresql.org>
Date: 2024-04-20T01:54:46Z
Releases: 15.7
Doc: document cases where queryid is stable

The documents were clear that queryid should not be assumed to be stable
between major versions but said nothing about minor versions and left
the reader to guess if that was implied by the mention of the
instability of queryid between major versions.

Here we give minor versions an explicit mention to indicate queryid can
generally be assumed stable between minor versions.

Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CAApHDvpYGE6h0cD9UO-eHySPynPj1L3J%3DHxT%2BA7Ud8_Yo6AuzA%40mail.gmail.com
Backpatch-through: 12

Files

PathChange+/−
doc/src/sgml/pgstatstatements.sgml modified +15 −9

Documentation touched

Discussion