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

Commit0cea6eb

Browse files
committed
Fixes for jsonpath filter expression elements table in docs
Reported-by: Thom BrownDiscussion:https://postgr.es/m/CAA-aLv4Tggy6Z3kaG9n%2B3SHwOVGN2Yj_MJXfdfwjH_jBNZzJNA%40mail.gmail.comBackpatch-through: 12
1 parentb5810de commit0cea6eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11965,14 +11965,14 @@ table2-mapping
1196511965
<entry>Less-than operator</entry>
1196611966
<entry><literal>[1, 2, 3]</literal></entry>
1196711967
<entry><literal>$[*] ? (@ &lt; 2)</literal></entry>
11968-
<entry><literal>1, 2</literal></entry>
11968+
<entry><literal>1</literal></entry>
1196911969
</row>
1197011970
<row>
1197111971
<entry><literal>&lt;=</literal></entry>
1197211972
<entry>Less-than-or-equal-to operator</entry>
1197311973
<entry><literal>[1, 2, 3]</literal></entry>
11974-
<entry><literal>$[*] ? (@ &lt; 2)</literal></entry>
11975-
<entry><literal>1</literal></entry>
11974+
<entry><literal>$[*] ? (@ &lt;= 2)</literal></entry>
11975+
<entry><literal>1, 2</literal></entry>
1197611976
</row>
1197711977
<row>
1197811978
<entry><literal>&gt;</literal></entry>
@@ -11982,7 +11982,7 @@ table2-mapping
1198211982
<entry><literal>3</literal></entry>
1198311983
</row>
1198411984
<row>
11985-
<entry><literal>&gt;</literal></entry>
11985+
<entry><literal>&gt;=</literal></entry>
1198611986
<entry>Greater-than-or-equal-to operator</entry>
1198711987
<entry><literal>[1, 2, 3]</literal></entry>
1198811988
<entry><literal>$[*] ? (@ &gt;= 2)</literal></entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp