Skip to content
Snippets Groups Projects
Commit baca53d3 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

doc: Update a confusing sentence about SQL/JSON

parent b4d615aa
No related branches found
No related tags found
No related merge requests found
...@@ -641,8 +641,7 @@ SELECT jdoc->'guid', jdoc->'name' FROM api WHERE jdoc @> '{"tags": ["qu ...@@ -641,8 +641,7 @@ SELECT jdoc->'guid', jdoc->'name' FROM api WHERE jdoc @> '{"tags": ["qu
</para> </para>
<para> <para>
The SQL/JSON path language is fully integrated into the SQL engine: The semantics of SQL/JSON path predicates and operators generally follow SQL.
the semantics of its predicates and operators generally follow SQL.
At the same time, to provide a most natural way of working with JSON data, 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: SQL/JSON path syntax uses some of the JavaScript conventions:
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment