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

Commit 53d4672

Browse files
committed
Fix some typos in jsonpath documentation
Discussion: https://postgr.es/m/8B7FA3B4-328D-43D7-95A8-37B8891B8C78%40winand.at Author: Markus Winand Backpatch-through: 12
1 parent ca8a57b commit 53d4672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11733,7 +11733,7 @@ table2-mapping
1173311733
A path expression can be a Boolean predicate, although the SQL/JSON
1173411734
standard allows predicates only in filters. This is necessary for
1173511735
implementation of the <literal>@@</literal> operator. For example,
11736-
the following<type>jsonpath</type> expression is valid in
11736+
the following <type>jsonpath</type> expression is valid in
1173711737
<productname>PostgreSQL</productname>:
1173811738
<programlisting>
1173911739
'$.track.segments[*].HR &lt; 70'
@@ -12995,7 +12995,7 @@ table2-mapping
1299512995
</entry>
1299612996
<entry>
1299712997
<para><literal>
12998-
select * jsonb_path_query('{"a":[1,2,3,4,5]}', '$.a[*] ? (@ >= $min &amp;&amp; @ &lt;= $max)', '{"min":2,"max":4}');
12998+
select * from jsonb_path_query('{"a":[1,2,3,4,5]}', '$.a[*] ? (@ >= $min &amp;&amp; @ &lt;= $max)', '{"min":2,"max":4}');
1299912999
</literal></para>
1300013000
</entry>
1300113001
<entry>

0 commit comments

Comments
 (0)