5 lines
115 B
SQL
5 lines
115 B
SQL
WITH
|
|
d AS (
|
|
DELETE FROM rlarp.osm_log WHERE id = replace_id RETURNING id
|
|
)
|
|
SELECT json_agg(row_to_json(d)) x from d |