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

Commit53d4672

Browse files
committed
Fix some typos in jsonpath documentation
Discussion:https://postgr.es/m/8B7FA3B4-328D-43D7-95A8-37B8891B8C78%40winand.atAuthor: Markus WinandBackpatch-through: 12
1 parentca8a57b commit53d4672

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 *fromjsonb_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)

[8]ページ先頭

©2009-2025 Movatter.jp