doc: Update a confusing sentence about SQL/JSON
authorPeter Eisentraut <[email protected]>
Thu, 26 Sep 2019 14:35:10 +0000 (16:35 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 26 Sep 2019 14:36:46 +0000 (16:36 +0200)
Author: Liudmila Mantrova <[email protected]>
Reported-by: Jeff Janes <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/CAMkU%3D1wP-SO4KpiLxHJuPezTJCmK%3DJqefLXrr3eXFO7Qku%2BtMg%40mail.gmail.com

doc/src/sgml/json.sgml

index 45b22b6e2d237fd3846a36448889bf5ad2fdfeaa..6ff875187050f615dbf4a892f41cfe81331417bf 100644 (file)
@@ -641,8 +641,7 @@ SELECT jdoc-&gt;'guid', jdoc-&gt;'name' FROM api WHERE jdoc @&gt; '{"tags": ["qu
   </para>
 
   <para>
-   The SQL/JSON path language is fully integrated into the SQL engine:
-   the semantics of its predicates and operators generally follow SQL.
+   The semantics of SQL/JSON path predicates and operators generally follow SQL.
    At the same time, to provide a most natural way of working with JSON data,
    SQL/JSON path syntax uses some of the JavaScript conventions:
   </para>