I have checked table in Postgres server.
SELECT reloptions
FROM pg_class
WHERE relname = 'log_xxx_table';
I guessed that return data is "autovacuum_enabled = true"
but return data is null
.
This table have vacuum log ran autovacuum.
default reloptions is null but autovacuum_enabled = true?