mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update public.logbook_update_geojson_fn formating
This commit is contained in:
@@ -156,7 +156,7 @@ CREATE FUNCTION public.logbook_update_geojson_fn(IN _id integer, IN _start text,
|
|||||||
) AS t;
|
) AS t;
|
||||||
|
|
||||||
-- Merge jsonb
|
-- Merge jsonb
|
||||||
select log_geojson::jsonb || metrics_geojson::jsonb into _map;
|
SELECT log_geojson::jsonb || metrics_geojson::jsonb into _map;
|
||||||
-- output
|
-- output
|
||||||
SELECT
|
SELECT
|
||||||
json_build_object(
|
json_build_object(
|
||||||
|
Reference in New Issue
Block a user