Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff91d3a

Browse files
committed
Improve documentation example for jsonpath like_regex operator
Make sample like_regex match string values of the root object instead of thewhole document. The corrected example seems to represent a more relevantuse case.Backpatch to 12, when jsonpath was introduced.Discussion:https://postgr.es/m/13440f8b-4c1f-5875-c8e3-f3f65606af2f%40xs4all.nlAuthor: Erik RijkersReviewed-by: Michael Paquier, Alexander KorotkovBackpatch-through: 12
1 parente5c071b commitff91d3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16941,9 +16941,10 @@ $[*] ? (@ like_regex "^[aeiou]" flag "i")
1694116941
is a JSON path string literal, written according to the rules given in
1694216942
<xref linkend="datatype-jsonpath"/>. This means in particular that any
1694316943
backslashes you want to use in the regular expression must be doubled.
16944-
For example, to match strings that contain only digits:
16944+
For example, to match string values of the root document that contain
16945+
only digits:
1694516946
<programlisting>
16946-
$ ? (@ like_regex "^\\d+$")
16947+
$.* ? (@ like_regex "^\\d+$")
1694716948
</programlisting>
1694816949
</para>
1694916950
</sect3>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp