Improve documentation example for jsonpath like_regex operator

Alexander Korotkov <akorotkov@postgresql.org>

Commit: f0d20e5973a26207c0e8efbb09e0b1cf7c27cc64
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2021-05-13T13:21:59Z
Releases: 12.8
Improve documentation example for jsonpath like_regex operator

Make sample like_regex match string values of the root object instead of the
whole document.  The corrected example seems to represent a more relevant
use case.

Backpatch to 12, when jsonpath was introduced.

Discussion: https://postgr.es/m/13440f8b-4c1f-5875-c8e3-f3f65606af2f%40xs4all.nl
Author: Erik Rijkers
Reviewed-by: Michael Paquier, Alexander Korotkov
Backpatch-through: 12

Files

PathChange+/−
doc/src/sgml/func.sgml modified +3 −2

Documentation touched

Discussion