Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0cea6eb

Browse files
committed
Fixes for jsonpath filter expression elements table in docs
Reported-by: Thom Brown Discussion: https://postgr.es/m/CAA-aLv4Tggy6Z3kaG9n%2B3SHwOVGN2Yj_MJXfdfwjH_jBNZzJNA%40mail.gmail.com Backpatch-through: 12
1 parent b5810de commit 0cea6eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/func.sgml

+4-4
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)