pgsql: Improve documentation example for jsonpath like_regex operator

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Improve documentation example for jsonpath like_regex operator
Дата
Msg-id E1lhBJz-0005Uh-VL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b7286c2b394381c937559a98f35df64a92ffbac

Modified Files
--------------
doc/src/sgml/func.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Improve documentation example for jsonpath like_regex operator
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: pgsql: doc: update PG 14 release notes based on feedback