I'm currently using postgres 9.2 and as you can see below, the "template1" database was being accessed:
- The server is a 4-day-old backup DB - does a gzip of pg_dump, excluding some tables; also 4-day old replication using WAL-archive with 345600s delay; also file-level copies (excl. PG DB)
QUESTION:
Why was the template1 database being accessed and now it's not anymore?