mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update debug output
This commit is contained in:
@@ -174,7 +174,7 @@ begin
|
|||||||
where channel = 'monitoring_online' and processed is null
|
where channel = 'monitoring_online' and processed is null
|
||||||
order by stored asc
|
order by stored asc
|
||||||
LOOP
|
LOOP
|
||||||
RAISE NOTICE '-> cron_process_monitor_online_fn metadata_id [%]', process_rec.payload;
|
RAISE NOTICE '-> cron_process_monitor_online_fn metadata_id [%]', process_rec.payload;
|
||||||
SELECT * INTO metadata_rec
|
SELECT * INTO metadata_rec
|
||||||
FROM api.metadata
|
FROM api.metadata
|
||||||
WHERE id = process_rec.payload::INTEGER;
|
WHERE id = process_rec.payload::INTEGER;
|
||||||
|
Reference in New Issue
Block a user