get json doc storage to work
This commit is contained in:
parent
0196ba4c53
commit
053ddb0c9e
@ -1,4 +1,5 @@
|
||||
{
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"doc": {
|
||||
"rows": [
|
||||
@ -26,4 +27,5 @@
|
||||
"New York, NY, USA"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
@ -0,0 +1,37 @@
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
tps.srce_import(
|
||||
'DMAPI'
|
||||
,$$
|
||||
[{
|
||||
"id": 1,
|
||||
"doc": {
|
||||
"rows": [
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"status": "OK",
|
||||
"distance": {
|
||||
"text": "225 mi",
|
||||
"value": 361940
|
||||
},
|
||||
"duration": {
|
||||
"text": "3 hours 50 mins",
|
||||
"value": 13812
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"status": "OK",
|
||||
"origin_addresses": [
|
||||
"Washington, DC, USA"
|
||||
],
|
||||
"destination_addresses": [
|
||||
"New York, NY, USA"
|
||||
]
|
||||
}
|
||||
}]
|
||||
$$::JSONB
|
||||
)
|
@ -28,11 +28,11 @@ FROM
|
||||
"type": "numeric",
|
||||
"column_name": "duration"
|
||||
}
|
||||
],
|
||||
]
|
||||
},
|
||||
"constraint": [
|
||||
"{doc}"
|
||||
]
|
||||
}
|
||||
}
|
||||
$$
|
||||
) r(x);
|
Loading…
Reference in New Issue
Block a user