Fix some typos in jsonpath documentation

Discussion: https://postgr.es/m/8B7FA3B4-328D-43D7-95A8-37B8891B8C78%40winand.at
Author: Markus Winand
Backpatch-through: 12
This commit is contained in:
Alexander Korotkov 2019-08-07 16:06:45 +03:00
parent ca8a57b636
commit 53d4672465

View File

@ -12995,7 +12995,7 @@ table2-mapping
</entry> </entry>
<entry> <entry>
<para><literal> <para><literal>
select * jsonb_path_query('{"a":[1,2,3,4,5]}', '$.a[*] ? (@ >= $min &amp;&amp; @ &lt;= $max)', '{"min":2,"max":4}'); select * from jsonb_path_query('{"a":[1,2,3,4,5]}', '$.a[*] ? (@ >= $min &amp;&amp; @ &lt;= $max)', '{"min":2,"max":4}');
</literal></para> </literal></para>
</entry> </entry>
<entry> <entry>