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

Commit 1ed8982

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 ff597b6 commit 1ed8982

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
@@ -11989,14 +11989,14 @@ table2-mapping
1198911989
<entry>Less-than operator</entry>
1199011990
<entry><literal>[1, 2, 3]</literal></entry>
1199111991
<entry><literal>$[*] ? (@ &lt; 2)</literal></entry>
11992-
<entry><literal>1, 2</literal></entry>
11992+
<entry><literal>1</literal></entry>
1199311993
</row>
1199411994
<row>
1199511995
<entry><literal>&lt;=</literal></entry>
1199611996
<entry>Less-than-or-equal-to operator</entry>
1199711997
<entry><literal>[1, 2, 3]</literal></entry>
11998-
<entry><literal>$[*] ? (@ &lt; 2)</literal></entry>
11999-
<entry><literal>1</literal></entry>
11998+
<entry><literal>$[*] ? (@ &lt;= 2)</literal></entry>
11999+
<entry><literal>1, 2</literal></entry>
1200012000
</row>
1200112001
<row>
1200212002
<entry><literal>&gt;</literal></entry>
@@ -12006,7 +12006,7 @@ table2-mapping
1200612006
<entry><literal>3</literal></entry>
1200712007
</row>
1200812008
<row>
12009-
<entry><literal>&gt;</literal></entry>
12009+
<entry><literal>&gt;=</literal></entry>
1201012010
<entry>Greater-than-or-equal-to operator</entry>
1201112011
<entry><literal>[1, 2, 3]</literal></entry>
1201212012
<entry><literal>$[*] ? (@ &gt;= 2)</literal></entry>

0 commit comments

Comments
 (0)