Whitespace OCD
This commit is contained in:
parent
13467c2f28
commit
d4e6c58256
1 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ DECLARE
|
||||||
BEGIN
|
BEGIN
|
||||||
RAISE NOTICE '--------------------------';
|
RAISE NOTICE '--------------------------';
|
||||||
FOR node_data IN SELECT * FROM jsonb_array_elements(p_nodes)
|
FOR node_data IN SELECT * FROM jsonb_array_elements(p_nodes)
|
||||||
LOOP
|
LOOP
|
||||||
node_uuid = (node_data->>'UUID')::bpchar;
|
node_uuid = (node_data->>'UUID')::bpchar;
|
||||||
node_updated = (node_data->>'Updated')::timestamptz;
|
node_updated = (node_data->>'Updated')::timestamptz;
|
||||||
|
|
||||||
|
|
@ -161,6 +161,6 @@ BEGIN
|
||||||
uuid = node_uuid;
|
uuid = node_uuid;
|
||||||
END IF;
|
END IF;
|
||||||
|
|
||||||
END LOOP;
|
END LOOP;
|
||||||
END
|
END
|
||||||
$$;
|
$$;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue