couldCan anybody advise why my Postgres log still occassionally generate line saying "FATAL: database ABCD does not exist", when
"FATAL: database ABCD does not exist"
When that ABCD literally does not exist anywhere and also not listed in pg_databasepg_database?
What is it cross checking against to generate that log message?
I would like to remove this faulty fatal log message. Thanks.