PostgreSQL offers two types for storing JSON
- data: json and jsonb. To implement effective query
+ data: json and jsonb. To implement efficient query
mechanisms for these data types,
PostgreSQL
also provides the jsonpath data type described in
.
-
Designing JSON Documents Effectively
+
Designing JSON Documents
Representing data as JSON can be considerably more flexible than
the traditional relational data model, which is compelling in
The jsonpath type implements support for the SQL/JSON path language
- in
PostgreSQL to eff
ectively query JSON data.
+ in
PostgreSQL to eff
iciently query JSON data.
It provides a binary representation of the parsed SQL/JSON path
expression that specifies the items to be retrieved by the path
engine from the JSON data for further processing with the