Hi,
current subagent version reports the following SQL error on each poll:
Is it possible to somehow detect if this view is present and remove it from polling if not?
Best regards,
Victor
current subagent version reports the following SQL error on each poll:
Code Select
SELECT CASE WHEN pg_is_in_recovery() THEN 'YES' ELSE 'NO' END AS in_recovery, CASE WHEN count(*) > 0 THEN 'YES' ELSE 'NO' END AS is_receiver FROM pg_catalog.pg_stat_wal_receiver
42P01 ERROR: relation "pg_catalog.pg_stat_wal_receiver" does not exist
Is it possible to somehow detect if this view is present and remove it from polling if not?
Best regards,
Victor